diff --git a/flakes/de_plasma/de_plasma.nix b/flakes/de_plasma/de_plasma.nix index da13a35a..c67974fd 100644 --- a/flakes/de_plasma/de_plasma.nix +++ b/flakes/de_plasma/de_plasma.nix @@ -283,6 +283,21 @@ in "Groups/0/Items/0".Name = "keyboard-us"; "Groups/0/Items/1".Name = "mozc"; }; + # Disable emoji picker to prevent Super+. conflict with desktop shortcuts + addons = { + keyboard = { + globalSection = { + EnableEmoji = "False"; + EnableQuickPhraseEmoji = "False"; + }; + }; + unicode = { + globalSection = { + # Disable unicode picker trigger key + TriggerKey = ""; + }; + }; + }; }; }; };