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
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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