aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-22 18:03:46 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-22 18:37:14 -0500
commit66d1e0b313c6bbee142bb08e4af07ce6f15cffca (patch)
treef00e015bbf929b4d88bfe5b12e0f809f2c27525e /sway/commands.c
parentbug: fix crash on focus up (diff)
downloadsway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.tar.gz
sway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.tar.zst
sway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.zip
basic layout command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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[] = {
136 { "include", cmd_include }, 136 { "include", cmd_include },
137 { "input", cmd_input }, 137 { "input", cmd_input },
138 { "kill", cmd_kill }, 138 { "kill", cmd_kill },
139 { "layout", cmd_layout },
139 { "output", cmd_output }, 140 { "output", cmd_output },
140 { "reload", cmd_reload }, 141 { "reload", cmd_reload },
141 { "seat", cmd_seat }, 142 { "seat", cmd_seat },