aerospace: Contain window movement within monitor
This commit is contained in:
parent
47821e69ec
commit
4dc7aee607
1 changed files with 4 additions and 4 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue