Add float unfocused border color patch
This commit is contained in:
@@ -17,6 +17,9 @@ static const float rootcolor[] = COLOR(0x222222ff);
|
||||
static const float bordercolor[] = COLOR(0x444444ff);
|
||||
static const float focuscolor[] = COLOR(0x005577ff);
|
||||
static const float urgentcolor[] = COLOR(0xff0000ff);
|
||||
#if FLOAT_UNFOCUSED_BORDER_COLOR_PATCH
|
||||
static const float floatcolor[] = COLOR(0xff0000ff);
|
||||
#endif // FLOAT_UNFOCUSED_BORDER_COLOR_PATCH
|
||||
/* 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 */
|
||||
|
||||
|
Reference in New Issue
Block a user