diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-14 16:47:23 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-14 16:47:23 -0500 |
commit | 52670c636cf5115560ce6d20e2aaab1d55c49d0b (patch) | |
tree | ccbd3fd4722758c5f5d7fb557f1c719cd51082aa /sway/meson.build | |
parent | 780d9fe1e3ee051a4d9eb08d1c049e19d72c1d6a (diff) |
basic focus (without direction)
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
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', |