must hold control as well to move across monitors

This commit is contained in:
Ivar Fatland
2026-05-28 08:22:24 +02:00
parent bd73c60b9c
commit 95dc820fae
+9 -4
View File
@@ -40,10 +40,15 @@ cmd-l = 'focus right --boundaries all-monitors-outer-frame'
cmd-d = 'exec-and-forget bash $HOME/bin/open-applicaiton.sh' cmd-d = 'exec-and-forget bash $HOME/bin/open-applicaiton.sh'
cmd-enter = 'exec-and-forget bash $HOME/bin/open-terminal.sh' cmd-enter = 'exec-and-forget bash $HOME/bin/open-terminal.sh'
cmd-shift-h = 'move left --boundaries all-monitors-outer-frame' cmd-shift-h = 'move left'
cmd-shift-j = 'move down --boundaries all-monitors-outer-frame' cmd-shift-j = 'move down'
cmd-shift-k = 'move up --boundaries all-monitors-outer-frame' cmd-shift-k = 'move up'
cmd-shift-l = 'move right --boundaries all-monitors-outer-frame' cmd-shift-l = 'move right'
cmd-ctrl-shift-h = 'move left --boundaries all-monitors-outer-frame'
cmd-ctrl-shift-j = 'move down --boundaries all-monitors-outer-frame'
cmd-ctrl-shift-k = 'move up --boundaries all-monitors-outer-frame'
cmd-ctrl-shift-l = 'move right --boundaries all-monitors-outer-frame'
cmd-ctrl-minus = 'resize smart -50' cmd-ctrl-minus = 'resize smart -50'
cmd-ctrl-equal = 'resize smart +50' cmd-ctrl-equal = 'resize smart +50'