From 0f39d0f6d8674a8587c283bb8323f1c05b505edd Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sat, 12 Oct 2024 12:05:29 -0500 Subject: [PATCH] make gnome mor elike cosmic keybinds --- users/josh/home_manager/de/gnome.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/users/josh/home_manager/de/gnome.nix b/users/josh/home_manager/de/gnome.nix index 67055a7..59a5d00 100644 --- a/users/josh/home_manager/de/gnome.nix +++ b/users/josh/home_manager/de/gnome.nix @@ -82,18 +82,19 @@ with lib.hm.gvariant; switch-to-workspace-3 = [ "3" ]; switch-to-workspace-4 = [ "4" ]; switch-to-workspace-last = [ "" ]; - switch-to-workspace-down = [ "j" ]; - switch-to-workspace-up = [ "k" ]; - switch-to-workspace-left = [ "h" ]; - switch-to-workspace-right = [ "l" ]; + switch-to-workspace-down = [ "" ]; + switch-to-workspace-up = [ "" ]; + switch-to-workspace-left = [ "k" ]; + switch-to-workspace-right = [ "j" ]; move-to-monitor-down = [ "j" ]; move-to-monitor-up = [ "k" ]; move-to-monitor-left = [ "h" ]; move-to-monitor-right = [ "l" ]; unmaximize = [ "j" ]; - maximize = [ "k" ]; + maximize = [ "m" ]; }; "org/gnome/mutter" = { + dynamic-workspaces = true; edge-tiling = true; workspaces-only-on-primary = true; }; @@ -131,8 +132,8 @@ with lib.hm.gvariant; night-light-schedule-automatic = false; }; "org/gnome/shell/keybindings" = { - shift-overview-down = [ "j" ]; - shift-overview-up = [ "k" ]; + shift-overview-down = [ "" ]; + shift-overview-up = [ "" ]; switch-to-application-1 = [ "" ]; switch-to-application-2 = [ "" ]; switch-to-application-3 = [ "" ];