1
0
Fork 0

aerospace: Contain window movement within monitor

This commit is contained in:
Jeremy Kaplan 2025-03-18 16:05:52 -04:00
commit 4dc7aee607

View file

@ -39,10 +39,10 @@ outer.right = 0
alt-tab = 'workspace-back-and-forth' alt-tab = 'workspace-back-and-forth'
alt-backtick = 'workspace-back-and-forth' alt-backtick = 'workspace-back-and-forth'
alt-j = 'focus --boundaries all-monitors-outer-frame down' alt-j = 'focus --boundaries workspace down'
alt-k = 'focus --boundaries all-monitors-outer-frame up' alt-k = 'focus --boundaries workspace up'
alt-h = 'focus --boundaries all-monitors-outer-frame left' alt-h = 'focus --boundaries workspace left'
alt-l = 'focus --boundaries all-monitors-outer-frame right' alt-l = 'focus --boundaries workspace right'
alt-shift-j = 'join-with down' alt-shift-j = 'join-with down'
alt-shift-k = 'join-with up' alt-shift-k = 'join-with up'