From 7555c7efdce66c7de7a5320879c501e901a5aab7 Mon Sep 17 00:00:00 2001 From: Florent de Lamotte Date: Sat, 17 Nov 2018 20:06:48 +0100 Subject: Adding commands for configuring titlebar borders and padding --- sway/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/meson.build') 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( 'commands/swap.c', 'commands/tiling_drag.c', 'commands/title_format.c', + 'commands/titlebar_border_thickness.c', + 'commands/titlebar_padding.c', 'commands/unmark.c', 'commands/urgent.c', 'commands/workspace.c', -- cgit v1.2.3