diff options
| author | Drew DeVault <[email protected]> | 2017-12-13 20:36:06 -0500 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-13 20:36:06 -0500 | 
| commit | 1aab9ae3e74d15e2c346acbab2ef2def59db72eb (patch) | |
| tree | 6a3479fef295dc673c6bcdaac822f44523f94d8e /sway/commands.c | |
| parent | ab36a5a4d73ddb026c9b1d416c1e7388d63958ea (diff) | |
| parent | cba592b3d2c516cab9f4e8325037dfdf6e30cb9a (diff) | |
Merge pull request #1503 from emersion/output-config
Add output config
Diffstat (limited to 'sway/commands.c')
| -rw-r--r-- | sway/commands.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 05a66a7f..d6cf7a64 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -96,6 +96,7 @@ static struct cmd_handler handlers[] = {  	{ "exec_always", cmd_exec_always },  	{ "exit", cmd_exit },  	{ "include", cmd_include }, +	{ "output", cmd_output },  };  static int handler_compare(const void *_a, const void *_b) {  | 
