diff options
author | Drew DeVault <[email protected]> | 2018-03-29 17:49:44 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-29 22:11:08 -0400 |
commit | 5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68 (patch) | |
tree | 08a5de486cfceb091b5b1faa5e8ea893bea1de57 /sway/commands.c | |
parent | 569b2bfd5daae5b3be49772bdca4a3f224e20629 (diff) |
Add swaybg_command
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 8d8b643b..38e2f764 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -149,6 +149,7 @@ static struct cmd_handler bar_colors_handlers[] = { /* Config-time only commands. Keep alphabetized */ static struct cmd_handler config_handlers[] = { { "set", cmd_set }, + { "swaybg_command", cmd_swaybg_command }, }; /* Runtime-only commands. Keep alphabetized */ |