1
0
Fork 0

aerospace: Focus windows across monitors

This commit is contained in:
Jeremy Kaplan 2024-10-17 09:30:26 -07:00
commit 2f7db74bea

View file

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