diff --git a/hosts/hades/configuration.nix b/hosts/hades/configuration.nix index 2409cf0..189407d 100644 --- a/hosts/hades/configuration.nix +++ b/hosts/hades/configuration.nix @@ -525,6 +525,12 @@ dconf = { enable = true; settings = { + "org/freedesktop/ibus/panel/emoji" = { + # Disable ctrl+shift+u unicode shortcut, conflicts with JetBrains keybinds + # https://superuser.com/questions/358749/how-to-disable-ctrlshiftu/1392682#1392682 + unicode-hotkey = "@as []"; + }; + # dconf dump / > tmp.dconf "org/gnome/shell" = { disable-user-extensions = false;