summaryrefslogtreecommitdiff
path: root/sway/meson.build
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/meson.build
parent3b101734e67a0966026533ad224d9afa3672e434 (diff)
feature: hide separator between titlebar and content (#91)
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 4191a9b9..d1b47271 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -108,6 +108,7 @@ sway_sources = files(
'commands/seat/pointer_constraint.c',
'commands/seat/shortcuts_inhibitor.c',
'commands/seat/xcursor_theme.c',
+ 'commands/titlebar_separator.c',
'commands/set.c',
'commands/shadow_blur_radius.c',
'commands/shadow_color.c',