diff --git a/users/josh/home_manager/de/gnome.nix b/users/josh/home_manager/de/gnome.nix index 6ed0e15..32ff5a9 100644 --- a/users/josh/home_manager/de/gnome.nix +++ b/users/josh/home_manager/de/gnome.nix @@ -41,6 +41,7 @@ with lib.hm.gvariant; audible-bell = false; wrap-around = true; }; + "" = { }; "org/gnome/settings-daemon/plugins/media-keys" = { # Disable the lock screen shortcut screensaver = [ "" ]; @@ -53,7 +54,6 @@ with lib.hm.gvariant; }; "org/gnome/desktop/wm/keybindings" = { minimize = [ "" ]; - move-to-workspace-1 = [ "" ]; move-to-workspace-2 = [ "" ]; move-to-workspace-3 = [ "" ]; @@ -63,7 +63,8 @@ with lib.hm.gvariant; move-to-workspace-up = [ "k" ]; move-to-workspace-left = [ "h" ]; move-to-workspace-right = [ "l" ]; - + switch-input-source = [ ]; + switch-input-source-backward = [ ]; switch-to-workspace-1 = [ "1" ]; switch-to-workspace-2 = [ "2" ]; switch-to-workspace-3 = [ "3" ];