changed "layout promote" command to "move first"

This is more consistent with other Sway semantics.
This commit is contained in:
wil 2017-01-01 19:53:53 +01:00
parent 15745abf0c
commit a62048f15d
5 changed files with 25 additions and 22 deletions

View file

@ -8,7 +8,8 @@ enum movement_direction {
MOVE_PARENT,
MOVE_CHILD,
MOVE_NEXT,
MOVE_PREV
MOVE_PREV,
MOVE_FIRST
};
#include "container.h"