summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-03-29 17:49:44 -0400
committerDrew DeVault <[email protected]>2018-03-29 22:11:08 -0400
commit5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68 (patch)
tree08a5de486cfceb091b5b1faa5e8ea893bea1de57 /sway/commands.c
parent569b2bfd5daae5b3be49772bdca4a3f224e20629 (diff)
Add swaybg_command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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 */