aboutsummaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-08 16:42:33 -0400
committerGitHub <noreply@github.com>2018-08-08 16:42:33 -0400
commit78c0f013dd600f2877e93508ff4897daf0dc25a0 (patch)
treea628319cf9fe03e2e0c2ec0cd4a885b39cf7807d /include/sway/config.h
parentfc039f0759c1293fc270b631b035176f6924797b (diff)
parent43d1ffc9ddf01eaf614293b5c8aeada27c3c9907 (diff)
Merge pull request #2439 from RedSoxFan/fix-2434
Allow a fallback color to be specified for swaybg
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 632aca14..c2eaea1b 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -151,6 +151,7 @@ struct output_config {
char *background;
char *background_option;
+ char *background_fallback;
enum config_dpms dpms_state;
};