aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-22 18:03:46 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-22 18:37:14 -0500
commit66d1e0b313c6bbee142bb08e4af07ce6f15cffca (patch)
treef00e015bbf929b4d88bfe5b12e0f809f2c27525e /sway/meson.build
parentbug: fix crash on focus up (diff)
downloadsway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.tar.gz
sway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.tar.zst
sway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.zip
basic layout command
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 8d5a97d2..26e56ad2 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -14,6 +14,7 @@ sway_sources = files(
14 'commands/kill.c', 14 'commands/kill.c',
15 'commands/include.c', 15 'commands/include.c',
16 'commands/input.c', 16 'commands/input.c',
17 'commands/layout.c',
17 'commands/seat.c', 18 'commands/seat.c',
18 'commands/seat/attach.c', 19 'commands/seat/attach.c',
19 'commands/seat/fallback.c', 20 'commands/seat/fallback.c',