mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Implement permit and reject commands
This commit is contained in:
parent
1a8a42f372
commit
76cab04b4d
8 changed files with 115 additions and 22 deletions
|
|
@ -187,6 +187,8 @@ static struct cmd_handler handlers[] = {
|
|||
{ "new_float", cmd_new_float },
|
||||
{ "new_window", cmd_new_window },
|
||||
{ "output", cmd_output },
|
||||
{ "permit", cmd_permit },
|
||||
{ "reject", cmd_reject },
|
||||
{ "reload", cmd_reload },
|
||||
{ "resize", cmd_resize },
|
||||
{ "scratchpad", cmd_scratchpad },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue