mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Use default black background if no wallpaper is specified
Fixes: https://github.com/SirCmpwn/sway/issues/865
This commit is contained in:
parent
f99992a8ae
commit
4c32212ada
2 changed files with 30 additions and 21 deletions
|
|
@ -247,6 +247,9 @@ struct sway_config {
|
|||
int32_t floating_maximum_height;
|
||||
int32_t floating_minimum_width;
|
||||
int32_t floating_minimum_height;
|
||||
|
||||
char *default_background;
|
||||
char *default_background_option;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue