From 2f7eccca6329418d7af5235386a806fc69c4b9a2 Mon Sep 17 00:00:00 2001 From: ringofstorms Date: Wed, 24 Apr 2024 11:29:30 -0500 Subject: [PATCH] fix super space toggle all --- users/josh/home_manager/de/gnome.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" ];