1
0
Fork 0

Revert "aerospace: Contain window movement within monitor"

This reverts commit 4dc7aee607.
This commit is contained in:
Jeremy Kaplan 2025-04-08 10:22:25 -07:00
commit 47a2928a9c

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 workspace down' alt-j = 'focus --boundaries all-monitors-outer-frame down'
alt-k = 'focus --boundaries workspace up' alt-k = 'focus --boundaries all-monitors-outer-frame up'
alt-h = 'focus --boundaries workspace left' alt-h = 'focus --boundaries all-monitors-outer-frame left'
alt-l = 'focus --boundaries workspace right' alt-l = 'focus --boundaries all-monitors-outer-frame 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'