aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-24 14:59:49 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-24 20:08:32 +1000
commit72767e1cc302e7aee9645c1eae3f51abe53fb378 (patch)
tree5220706816f7e4601f4213812ef1eb3e4cc7fa4b /sway/meson.build
parentMerge pull request #1851 from RyanDwyer/container-descendants-crash (diff)
downloadsway-72767e1cc302e7aee9645c1eae3f51abe53fb378.tar.gz
sway-72767e1cc302e7aee9645c1eae3f51abe53fb378.tar.zst
sway-72767e1cc302e7aee9645c1eae3f51abe53fb378.zip
Implement criteria commands
Implements the following commands: * for_window [...] <cmdlist> * assign [...] <workspace>
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 f3c319ed..a8107e4e 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -26,6 +26,7 @@ sway_sources = files(
26 'config/seat.c', 26 'config/seat.c',
27 'config/input.c', 27 'config/input.c',
28 28
29 'commands/assign.c',
29 'commands/bar.c', 30 'commands/bar.c',
30 'commands/bind.c', 31 'commands/bind.c',
31 'commands/default_orientation.c', 32 'commands/default_orientation.c',
@@ -34,6 +35,7 @@ sway_sources = files(
34 'commands/exec_always.c', 35 'commands/exec_always.c',
35 'commands/focus.c', 36 'commands/focus.c',
36 'commands/focus_follows_mouse.c', 37 'commands/focus_follows_mouse.c',
38 'commands/for_window.c',
37 'commands/fullscreen.c', 39 'commands/fullscreen.c',
38 'commands/kill.c', 40 'commands/kill.c',
39 'commands/opacity.c', 41 'commands/opacity.c',