diff options
author | Ryan Dwyer <[email protected]> | 2018-05-02 23:07:52 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-05-03 15:12:00 +1000 |
commit | b667298a0a1efead7949715a31ec86fe3b8b1cda (patch) | |
tree | bc658e3019d741f1f245350003b156d05cc354a2 /sway/commands.c | |
parent | f3d0885524f4f1dc568baf21fcc8e387a316703f (diff) |
Render titles
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 8abfd40b..62f9ea87 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = { { "exec_always", cmd_exec_always }, { "focus_follows_mouse", cmd_focus_follows_mouse }, { "for_window", cmd_for_window }, + { "font", cmd_font }, { "fullscreen", cmd_fullscreen }, { "include", cmd_include }, { "input", cmd_input }, |