From 8f9ace46fc8f0e8fb796324b28e88bd771dfb299 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 14 Jan 2026 18:12:25 -0600 Subject: [PATCH] disable picker --- flakes/de_plasma/de_plasma.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 = ""; + }; + }; + }; }; }; };