aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-02 23:07:52 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-03 15:12:00 +1000
commitb667298a0a1efead7949715a31ec86fe3b8b1cda (patch)
treebc658e3019d741f1f245350003b156d05cc354a2 /sway/commands.c
parentMerge pull request #1893 from swaywm/touch (diff)
downloadsway-b667298a0a1efead7949715a31ec86fe3b8b1cda.tar.gz
sway-b667298a0a1efead7949715a31ec86fe3b8b1cda.tar.zst
sway-b667298a0a1efead7949715a31ec86fe3b8b1cda.zip
Render titles
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 8abfd40b..62f9ea87 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = {
106 { "exec_always", cmd_exec_always }, 106 { "exec_always", cmd_exec_always },
107 { "focus_follows_mouse", cmd_focus_follows_mouse }, 107 { "focus_follows_mouse", cmd_focus_follows_mouse },
108 { "for_window", cmd_for_window }, 108 { "for_window", cmd_for_window },
109 { "font", cmd_font },
109 { "fullscreen", cmd_fullscreen }, 110 { "fullscreen", cmd_fullscreen },
110 { "include", cmd_include }, 111 { "include", cmd_include },
111 { "input", cmd_input }, 112 { "input", cmd_input },