aerospace: Use join-with instead of move
This commit is contained in:
parent
83c3a5b296
commit
4eb5bfb4f9
1 changed files with 4 additions and 4 deletions
|
|
@ -44,10 +44,10 @@ alt-k = 'focus up'
|
|||
alt-h = 'focus left'
|
||||
alt-l = 'focus right'
|
||||
|
||||
alt-shift-j = 'move down'
|
||||
alt-shift-k = 'move up'
|
||||
alt-shift-h = 'move left'
|
||||
alt-shift-l = 'move right'
|
||||
alt-shift-j = 'join-with down'
|
||||
alt-shift-k = 'join-with up'
|
||||
alt-shift-h = 'join-with left'
|
||||
alt-shift-l = 'join-with right'
|
||||
|
||||
alt-shift-f = 'fullscreen'
|
||||
alt-shift-space = 'layout floating tiling'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue