mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
fcitx: disable quickphrase
Finally, no more accidentally pressing Super+` or Super+;
This commit is contained in:
parent
63ddd69abf
commit
e38bb2123b
@ -230,5 +230,10 @@ in
|
|||||||
force = true;
|
force = true;
|
||||||
text = "TriggerKey=";
|
text = "TriggerKey=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"fcitx5/conf/quickphrase.conf" = {
|
||||||
|
force = true;
|
||||||
|
text = "TriggerKey=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user