aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 17:49:44 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68 (patch)
tree08a5de486cfceb091b5b1faa5e8ea893bea1de57 /sway/commands.c
parentMove bar config into its own file (diff)
downloadsway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.tar.gz
sway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.tar.zst
sway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.zip
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[] = {
149/* Config-time only commands. Keep alphabetized */ 149/* Config-time only commands. Keep alphabetized */
150static struct cmd_handler config_handlers[] = { 150static struct cmd_handler config_handlers[] = {
151 { "set", cmd_set }, 151 { "set", cmd_set },
152 { "swaybg_command", cmd_swaybg_command },
152}; 153};
153 154
154/* Runtime-only commands. Keep alphabetized */ 155/* Runtime-only commands. Keep alphabetized */