aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-14 16:47:23 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-14 16:47:23 -0500
commit52670c636cf5115560ce6d20e2aaab1d55c49d0b (patch)
treeccbd3fd4722758c5f5d7fb557f1c719cd51082aa /sway/meson.build
parent780d9fe1e3ee051a4d9eb08d1c049e19d72c1d6a (diff)
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(
'commands/exit.c',
'commands/exec.c',
'commands/exec_always.c',
+ 'commands/focus.c',
'commands/kill.c',
'commands/include.c',
'commands/input.c',