summaryrefslogtreecommitdiff
path: root/include/sway/focus.h
diff options
context:
space:
mode:
authorwil <[email protected]>2017-01-01 19:53:53 +0100
committerwil <[email protected]>2017-01-01 19:53:53 +0100
commita62048f15d9381e3040bd45965233e59a041eab7 (patch)
tree52e898bed50efcefe3d526db696d16f8888bc2f0 /include/sway/focus.h
parent15745abf0cb4948fcc750a9e78139d3c02e1c1f0 (diff)
changed "layout promote" command to "move first"
This is more consistent with other Sway semantics.
Diffstat (limited to 'include/sway/focus.h')
-rw-r--r--include/sway/focus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/focus.h b/include/sway/focus.h
index 30c9e108..652cdccc 100644
--- a/include/sway/focus.h
+++ b/include/sway/focus.h
@@ -8,7 +8,8 @@ enum movement_direction {
MOVE_PARENT,
MOVE_CHILD,
MOVE_NEXT,
- MOVE_PREV
+ MOVE_PREV,
+ MOVE_FIRST
};
#include "container.h"