mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Make rarely if ever used keybindings more obscure
I've recently found other use for cmd+ctrl+n, and since I never position my displays on top of each other, I've never had use for these keybindings. So lets make them a bit more obscure, but still usable should the need ever arise.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user