vertical monitor setups work again

gnome fixed something, sick
This commit is contained in:
Peder Bergebakken Sundt 2024-02-20 08:40:10 +01:00
parent c96d5afc20
commit 85c0c99321
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ with lib.hm.gvariant;
"org/gnome/desktop/wm/keybindings" = {
close = [ "<Alt>F4" ];
maximize = [ "<Super>Up" ];
move-to-monitor-down = [];
move-to-monitor-up = [];
move-to-monitor-down = [ "<Shift><Super>Down" ];
move-to-monitor-up = [ "<Shift><Super>Up" ];
move-to-workspace-1 = [];
move-to-workspace-down = [ "<Super><Shift>Page_Down" "<Control><Shift><Alt>Down" ];
move-to-workspace-last = [];