From e38bb2123bdd7dd28dcc5362cea9b57b5e76456b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 10 Oct 2024 09:08:08 -0400 Subject: [PATCH] fcitx: disable quickphrase Finally, no more accidentally pressing Super+` or Super+; --- home/fcitx.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/fcitx.nix b/home/fcitx.nix index 24f5aff6..886bc53f 100644 --- a/home/fcitx.nix +++ b/home/fcitx.nix @@ -230,5 +230,10 @@ in force = true; text = "TriggerKey="; }; + + "fcitx5/conf/quickphrase.conf" = { + force = true; + text = "TriggerKey="; + }; }; }