let me move applications across displays

This commit is contained in:
Ivar Fatland
2026-04-26 11:17:41 +02:00
parent 68b5299c8b
commit 8aae98df2d
+4 -4
View File
@@ -39,10 +39,10 @@ cmd-l = 'focus right'
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' cmd-shift-h = 'move left --boundaries all-monitors-outer-frame'
cmd-shift-j = 'move down' cmd-shift-j = 'move down --boundaries all-monitors-outer-frame'
cmd-shift-k = 'move up' cmd-shift-k = 'move up --boundaries all-monitors-outer-frame'
cmd-shift-l = 'move right' cmd-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'