fcitx: disable quickphrase

Finally, no more accidentally pressing Super+` or Super+;
This commit is contained in:
Donovan Glover
2024-10-10 09:08:08 -04:00
parent 63ddd69abf
commit e38bb2123b

View File

@@ -230,5 +230,10 @@ in
force = true;
text = "TriggerKey=";
};
"fcitx5/conf/quickphrase.conf" = {
force = true;
text = "TriggerKey=";
};
};
}