diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-01-01 19:53:53 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-01-01 19:53:53 +0100 |
| commit | 3917142aa47ebf31b78cd45cd66cdff22022082a (patch) | |
| tree | 52e898bed50efcefe3d526db696d16f8888bc2f0 /include | |
| parent | 049de6fe2851bb03408941df179c0a8ed7d6f296 (diff) | |
changed "layout promote" command to "move first"
This is more consistent with other Sway semantics.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/focus.h | 3 |
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" |
