aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Florent de Lamotte <florent.lamotte@gmail.com>2018-11-17 20:06:48 +0100
committerLibravatar Florent de Lamotte <florent.lamotte@gmail.com>2018-11-22 10:30:04 +0100
commit7555c7efdce66c7de7a5320879c501e901a5aab7 (patch)
treed9acff5cb9d0a5e420067602aca11f79fc1aabb7 /sway/meson.build
parentMerge pull request #3158 from emersion/get-outputs-focused (diff)
downloadsway-7555c7efdce66c7de7a5320879c501e901a5aab7.tar.gz
sway-7555c7efdce66c7de7a5320879c501e901a5aab7.tar.zst
sway-7555c7efdce66c7de7a5320879c501e901a5aab7.zip
Adding commands for configuring titlebar borders and padding
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 14822dbd..c8c95a96 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -89,6 +89,8 @@ sway_sources = files(
89 'commands/swap.c', 89 'commands/swap.c',
90 'commands/tiling_drag.c', 90 'commands/tiling_drag.c',
91 'commands/title_format.c', 91 'commands/title_format.c',
92 'commands/titlebar_border_thickness.c',
93 'commands/titlebar_padding.c',
92 'commands/unmark.c', 94 'commands/unmark.c',
93 'commands/urgent.c', 95 'commands/urgent.c',
94 'commands/workspace.c', 96 'commands/workspace.c',