diff --git a/hammerspoon/window_management.lua b/hammerspoon/window_management.lua index 6075739..d07747e 100644 --- a/hammerspoon/window_management.lua +++ b/hammerspoon/window_management.lua @@ -145,7 +145,7 @@ function wm:init () ) -- move to screen above - bind({'cmd', 'ctrl'}, 'P', + bind({'cmd', 'ctrl', 'alt'}, '.', function () local win = hs.window.focusedWindow() win:moveOneScreenNorth() @@ -154,7 +154,7 @@ function wm:init () ) -- move to screen bellow - bind({'cmd', 'ctrl'}, 'N', + bind({'cmd', 'ctrl', 'alt'}, ',', function () local win = hs.window.focusedWindow() win:moveOneScreenSouth()