diff options
author | Tony Crisci <[email protected]> | 2018-02-22 18:03:46 -0500 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-02-22 18:37:14 -0500 |
commit | 66d1e0b313c6bbee142bb08e4af07ce6f15cffca (patch) | |
tree | f00e015bbf929b4d88bfe5b12e0f809f2c27525e /sway/commands.c | |
parent | bcb870bcf2b31b4b03ef746bd60b74eb3ea9cb78 (diff) |
basic layout command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index bc2a85d7..a7eb6b4a 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -136,6 +136,7 @@ static struct cmd_handler handlers[] = { { "include", cmd_include }, { "input", cmd_input }, { "kill", cmd_kill }, + { "layout", cmd_layout }, { "output", cmd_output }, { "reload", cmd_reload }, { "seat", cmd_seat }, |