mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
changed "layout promote" command to "move first"
This is more consistent with other Sway semantics.
This commit is contained in:
parent
15745abf0c
commit
a62048f15d
5 changed files with 25 additions and 22 deletions
|
|
@ -8,7 +8,8 @@ enum movement_direction {
|
|||
MOVE_PARENT,
|
||||
MOVE_CHILD,
|
||||
MOVE_NEXT,
|
||||
MOVE_PREV
|
||||
MOVE_PREV,
|
||||
MOVE_FIRST
|
||||
};
|
||||
|
||||
#include "container.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue