aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-09 08:43:18 -0700
committerGitHub <noreply@github.com>2018-06-09 08:43:18 -0700
commitd9fc381e0292519cccf2df6ea77a3356a2e621c7 (patch)
tree24e4ea6634a734ed303c7aaf611df682adbf746c /sway/meson.build
parent21d98d5bfb19491f8fd486a2eddc8efe9fb3de6c (diff)
parent6a910b9ba5443aa31f7cc2468c943c2f9da4854b (diff)
downloadsway-d9fc381e0292519cccf2df6ea77a3356a2e621c7.tar.xz
Merge pull request #2047 from natesymer/master
Implement Gaps
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 b6bb02a7..0da67ed7 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -44,6 +44,7 @@ sway_sources = files(
'commands/for_window.c',
'commands/force_focus_wrapping.c',
'commands/fullscreen.c',
+ 'commands/gaps.c',
'commands/hide_edge_borders.c',
'commands/kill.c',
'commands/mark.c',
@@ -64,6 +65,7 @@ sway_sources = files(
'commands/seat/fallback.c',
'commands/set.c',
'commands/show_marks.c',
+ 'commands/smart_gaps.c',
'commands/split.c',
'commands/sticky.c',
'commands/swaybg_command.c',