summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-08 16:42:33 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-08 16:42:33 -0400
commit78c0f013dd600f2877e93508ff4897daf0dc25a0 (patch)
treea628319cf9fe03e2e0c2ec0cd4a885b39cf7807d /include
parentMerge pull request #2423 from manio/master (diff)
parentAllow a fallback color to be specified for swaybg (diff)
downloadsway-78c0f013dd600f2877e93508ff4897daf0dc25a0.tar.gz
sway-78c0f013dd600f2877e93508ff4897daf0dc25a0.tar.zst
sway-78c0f013dd600f2877e93508ff4897daf0dc25a0.zip
Merge pull request #2439 from RedSoxFan/fix-2434
Allow a fallback color to be specified for swaybg
Diffstat (limited to 'include')
-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 {
151 151
152 char *background; 152 char *background;
153 char *background_option; 153 char *background_option;
154 char *background_fallback;
154 enum config_dpms dpms_state; 155 enum config_dpms dpms_state;
155}; 156};
156 157