From 4e8a7345c350b56259bcf7489340659b8f364320 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 26 Jun 2026 20:22:25 -0700 Subject: Add lines I missed declaring the default opacity --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3d39ff5..eba1cc2 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,8 @@ 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.0f, 0.0f, 0.0f, 1.0f}; /* You can also use glsl colors */ +static const float default_opacity_unfocus = 0.70f; +static const float default_opacity_focus = 1.00f; /* tagging - TAGCOUNT must be no greater than 31 */ #define TAGCOUNT (9) -- cgit v1.2.3