Merge pull request #46 from yshui/full-shadow

Add per window type option full-shadow
This commit is contained in:
yshui
2018-11-19 12:31:11 +00:00
committed by GitHub
5 changed files with 30 additions and 6 deletions

View File

@ -531,6 +531,7 @@ typedef struct options_t {
// === Shadow ===
/// Enable/disable shadow for specific window types.
bool wintype_shadow[NUM_WINTYPES];
bool wintype_full_shadow[NUM_WINTYPES];
/// Red, green and blue tone of the shadow.
double shadow_red, shadow_green, shadow_blue;
int shadow_radius;