diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-08-08 16:42:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 16:42:33 -0400 |
commit | 78c0f013dd600f2877e93508ff4897daf0dc25a0 (patch) | |
tree | a628319cf9fe03e2e0c2ec0cd4a885b39cf7807d /include/sway/config.h | |
parent | fc039f0759c1293fc270b631b035176f6924797b (diff) | |
parent | 43d1ffc9ddf01eaf614293b5c8aeada27c3c9907 (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.h | 1 |
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; }; |