aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 16:47:23 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 16:47:23 -0500
commit52670c636cf5115560ce6d20e2aaab1d55c49d0b (patch)
treeccbd3fd4722758c5f5d7fb557f1c719cd51082aa /sway/meson.build
parentcleanup layout.c (diff)
downloadsway-52670c636cf5115560ce6d20e2aaab1d55c49d0b.tar.gz
sway-52670c636cf5115560ce6d20e2aaab1d55c49d0b.tar.zst
sway-52670c636cf5115560ce6d20e2aaab1d55c49d0b.zip
basic focus (without direction)
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 271d4a99..8d5a97d2 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -10,6 +10,7 @@ sway_sources = files(
10 'commands/exit.c', 10 'commands/exit.c',
11 'commands/exec.c', 11 'commands/exec.c',
12 'commands/exec_always.c', 12 'commands/exec_always.c',
13 'commands/focus.c',
13 'commands/kill.c', 14 'commands/kill.c',
14 'commands/include.c', 15 'commands/include.c',
15 'commands/input.c', 16 'commands/input.c',