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