Implement permit and reject commands

This commit is contained in:
Drew DeVault 2016-12-01 21:36:43 -05:00
parent 1a8a42f372
commit 76cab04b4d
8 changed files with 115 additions and 22 deletions

View file

@ -122,6 +122,8 @@ sway_cmd cmd_new_float;
sway_cmd cmd_new_window;
sway_cmd cmd_orientation;
sway_cmd cmd_output;
sway_cmd cmd_permit;
sway_cmd cmd_reject;
sway_cmd cmd_reload;
sway_cmd cmd_resize;
sway_cmd cmd_scratchpad;