aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-25 22:52:01 +0100
committerGitHub <noreply@github.com>2018-04-25 22:52:01 +0100
commit7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a (patch)
treeec248905f4c73d8f52c3e2c08ce26decbda2d704 /sway/commands.c
parent75674295504af9118d2af3c8677d8e1e84e85e77 (diff)
parentc54097428a8f36e456d203d986d76702bd339066 (diff)
downloadsway-7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a.tar.xz
Merge pull request #1852 from RyanDwyer/criteria-commands
Implement criteria commands
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 6af3c5d0..5827fc13 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -93,12 +93,14 @@ void apply_seat_config(struct seat_config *seat_config) {
/* Keep alphabetized */
static struct cmd_handler handlers[] = {
+ { "assign", cmd_assign },
{ "bar", cmd_bar },
{ "bindcode", cmd_bindcode },
{ "bindsym", cmd_bindsym },
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },
{ "focus_follows_mouse", cmd_focus_follows_mouse },
+ { "for_window", cmd_for_window },
{ "fullscreen", cmd_fullscreen },
{ "include", cmd_include },
{ "input", cmd_input },