summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorhead-gardener <[email protected]>2023-03-12 10:20:50 +0300
committerGitHub <[email protected]>2023-03-12 03:20:50 -0400
commitac31a612164828ca6ae5478332eee3cd2317ffdc (patch)
tree6d76f04b672818d527f277fe632377e0a673e06f /sway/commands.c
parent3b101734e67a0966026533ad224d9afa3672e434 (diff)
feature: hide separator between titlebar and content (#91)
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 f7312dc7..b8b98e99 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -102,6 +102,7 @@ static const struct cmd_handler handlers[] = {
{ "title_align", cmd_title_align },
{ "titlebar_border_thickness", cmd_titlebar_border_thickness },
{ "titlebar_padding", cmd_titlebar_padding },
+ { "titlebar_separator", cmd_titlebar_separator },
{ "unbindcode", cmd_unbindcode },
{ "unbindgesture", cmd_unbindgesture },
{ "unbindswitch", cmd_unbindswitch },