diff options
author | A Frederick Christensen <dwl@ivories.org> | 2025-06-18 23:41:14 -0500 |
---|---|---|
committer | A Frederick Christensen <dwl@ivories.org> | 2025-06-18 23:41:14 -0500 |
commit | 15bfffd87a6f9da0bc551db95c7c2a9a069b3708 (patch) | |
tree | 45ed8ee1df515d2e7ad2cf380b6d08f73a338a66 | |
parent | 90b8371707a136a2c8f2f20a3fa9d3dd7bd3ed5c (diff) |
Per conversation at PR #1147 with @kilpilainen
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 22d2171..95c2afa 100644 --- a/config.def.h +++ b/config.def.h @@ -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) |