mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement modes
This commit is contained in:
parent
741424c4e7
commit
8efee109ad
5 changed files with 74 additions and 2 deletions
|
|
@ -100,6 +100,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "exec_always", cmd_exec_always },
|
||||
{ "include", cmd_include },
|
||||
{ "input", cmd_input },
|
||||
{ "mode", cmd_mode },
|
||||
{ "output", cmd_output },
|
||||
{ "seat", cmd_seat },
|
||||
{ "workspace", cmd_workspace },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue