vertical monitor setups work again
gnome fixed something, sick
This commit is contained in:
parent
c96d5afc20
commit
85c0c99321
|
@ -13,8 +13,8 @@ with lib.hm.gvariant;
|
||||||
"org/gnome/desktop/wm/keybindings" = {
|
"org/gnome/desktop/wm/keybindings" = {
|
||||||
close = [ "<Alt>F4" ];
|
close = [ "<Alt>F4" ];
|
||||||
maximize = [ "<Super>Up" ];
|
maximize = [ "<Super>Up" ];
|
||||||
move-to-monitor-down = [];
|
move-to-monitor-down = [ "<Shift><Super>Down" ];
|
||||||
move-to-monitor-up = [];
|
move-to-monitor-up = [ "<Shift><Super>Up" ];
|
||||||
move-to-workspace-1 = [];
|
move-to-workspace-1 = [];
|
||||||
move-to-workspace-down = [ "<Super><Shift>Page_Down" "<Control><Shift><Alt>Down" ];
|
move-to-workspace-down = [ "<Super><Shift>Page_Down" "<Control><Shift><Alt>Down" ];
|
||||||
move-to-workspace-last = [];
|
move-to-workspace-last = [];
|
||||||
|
|
Loading…
Reference in New Issue