mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
commands: add 'reload' command
This commit is contained in:
parent
0c58673c6a
commit
869be4378d
4 changed files with 27 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "input", cmd_input },
|
||||
{ "kill", cmd_kill },
|
||||
{ "output", cmd_output },
|
||||
{ "reload", cmd_reload },
|
||||
{ "seat", cmd_seat },
|
||||
{ "set", cmd_set },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue