mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add include command
This commit is contained in:
parent
3fe64482bb
commit
9aeda82477
4 changed files with 106 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "exec", cmd_exec },
|
||||
{ "exec_always", cmd_exec_always },
|
||||
{ "exit", cmd_exit },
|
||||
{ "include", cmd_include },
|
||||
};
|
||||
|
||||
static int handler_compare(const void *_a, const void *_b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue