Implement criteria commands

Implements the following commands:

* for_window [...] <cmdlist>
* assign [...] <workspace>
This commit is contained in:
Ryan Dwyer 2018-04-24 14:59:49 +10:00
parent 38c44f2f27
commit 72767e1cc3
5 changed files with 129 additions and 0 deletions

View file

@ -26,6 +26,7 @@ sway_sources = files(
'config/seat.c',
'config/input.c',
'commands/assign.c',
'commands/bar.c',
'commands/bind.c',
'commands/default_orientation.c',
@ -34,6 +35,7 @@ sway_sources = files(
'commands/exec_always.c',
'commands/focus.c',
'commands/focus_follows_mouse.c',
'commands/for_window.c',
'commands/fullscreen.c',
'commands/kill.c',
'commands/opacity.c',