mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Implement focus child command
The `focus child` command focuses the child container within the selected container.
This commit is contained in:
parent
6d2b455727
commit
88b7cbe314
5 changed files with 12 additions and 5 deletions
|
|
@ -5,7 +5,8 @@ enum movement_direction {
|
|||
MOVE_RIGHT,
|
||||
MOVE_UP,
|
||||
MOVE_DOWN,
|
||||
MOVE_PARENT
|
||||
MOVE_PARENT,
|
||||
MOVE_CHILD
|
||||
};
|
||||
|
||||
#include "container.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue