make gnome mor elike cosmic keybinds

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-12 12:05:29 -05:00
parent c9cb1675fc
commit 0f39d0f6d8

View file

@ -82,18 +82,19 @@ with lib.hm.gvariant;
switch-to-workspace-3 = [ "<Super>3" ];
switch-to-workspace-4 = [ "<Super>4" ];
switch-to-workspace-last = [ "" ];
switch-to-workspace-down = [ "<Super>j" ];
switch-to-workspace-up = [ "<Super>k" ];
switch-to-workspace-left = [ "<Super>h" ];
switch-to-workspace-right = [ "<Super>l" ];
switch-to-workspace-down = [ "" ];
switch-to-workspace-up = [ "" ];
switch-to-workspace-left = [ "<Super>k" ];
switch-to-workspace-right = [ "<Super>j" ];
move-to-monitor-down = [ "<Control><Super><Shift>j" ];
move-to-monitor-up = [ "<Control><Super><Shift>k" ];
move-to-monitor-left = [ "<Control><Super><Shift>h" ];
move-to-monitor-right = [ "<Control><Super><Shift>l" ];
unmaximize = [ "<Super><Shift>j" ];
maximize = [ "<Super><Shift>k" ];
maximize = [ "<Super>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 = [ "<Super>j" ];
shift-overview-up = [ "<Super>k" ];
shift-overview-down = [ "" ];
shift-overview-up = [ "" ];
switch-to-application-1 = [ "" ];
switch-to-application-2 = [ "" ];
switch-to-application-3 = [ "" ];