diff options
author | Florent de Lamotte <florent.lamotte@gmail.com> | 2018-11-17 20:06:48 +0100 |
---|---|---|
committer | Florent de Lamotte <florent.lamotte@gmail.com> | 2018-11-22 10:30:04 +0100 |
commit | 7555c7efdce66c7de7a5320879c501e901a5aab7 (patch) | |
tree | d9acff5cb9d0a5e420067602aca11f79fc1aabb7 /sway/meson.build | |
parent | 77554f545e1b386ae0f4896bdf4c817524a15e60 (diff) |
Adding commands for configuring titlebar borders and padding
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
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( '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', |