1
0
Fork 0

aerospace: Use join-with instead of move

This commit is contained in:
Jeremy Kaplan 2024-10-11 15:51:06 -04:00
commit 4eb5bfb4f9

View file

@ -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'