aerospace: Focus windows across monitors
This commit is contained in:
parent
28605eca84
commit
2f7db74bea
1 changed files with 4 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue