mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add exec and exec_always commands
This commit is contained in:
parent
9fbcdc79b6
commit
514c819ff9
4 changed files with 105 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ struct cmd_results *add_color(const char *name, char *buffer, const char *color)
|
|||
|
||||
/* Keep alphabetized */
|
||||
static struct cmd_handler handlers[] = {
|
||||
{ "exec", cmd_exec },
|
||||
{ "exec_always", cmd_exec_always },
|
||||
{ "exit", cmd_exit },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue