aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-02 13:23:43 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-02 13:23:43 -0400
commit5e024278a62e6fb00a0521240244c428d2382984 (patch)
treed9010d33d4d576297cc5e40d41bed4bb7bf5631a /sway/commands.c
parentdont copy input config (diff)
parentMerge pull request #1697 from RedSoxFan/back-and-forth (diff)
downloadsway-5e024278a62e6fb00a0521240244c428d2382984.tar.gz
sway-5e024278a62e6fb00a0521240244c428d2382984.tar.zst
sway-5e024278a62e6fb00a0521240244c428d2382984.zip
Merge branch 'wlroots' into seat-fixes
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 9e83a401..9ba252b0 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -162,6 +162,7 @@ static struct cmd_handler command_handlers[] = {
162 { "focus", cmd_focus }, 162 { "focus", cmd_focus },
163 { "kill", cmd_kill }, 163 { "kill", cmd_kill },
164 { "layout", cmd_layout }, 164 { "layout", cmd_layout },
165 { "move", cmd_move },
165 { "reload", cmd_reload }, 166 { "reload", cmd_reload },
166}; 167};
167 168