mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 12:10:22 -04:00
fullscreen_bg defaults to black
Per conversation at PR #1147 with @kilpilainen
This commit is contained in:
parent
90b8371707
commit
15bfffd87a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ static const float bordercolor[] = COLOR(0x444444ff);
|
|||
static const float focuscolor[] = COLOR(0x005577ff);
|
||||
static const float urgentcolor[] = COLOR(0xff0000ff);
|
||||
/* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */
|
||||
static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You can also use glsl colors */
|
||||
static const float fullscreen_bg[] = {0.0f, 0.0f, 0.0f, 1.0f}; /* You can also use glsl colors */
|
||||
|
||||
/* tagging - TAGCOUNT must be no greater than 31 */
|
||||
#define TAGCOUNT (9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue