From dc7ee664f06316629da2f49092a54bc26d04dde8 Mon Sep 17 00:00:00 2001 From: Willow Barraco Date: Thu, 31 Aug 2023 11:30:03 +0200 Subject: [PATCH] No transparency by default The virtual keyboard can't cover other surface. Only the wallpaper could eventually go through it, or conky. Let's make a fancy default now that --alpha exists for users that want the old transparency. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b4103c5..6f73943 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ #define config_def_h_INCLUDED static const char *default_font = "Sans 14"; -static const int transparency = 225; +static const int transparency = 255; struct clr_scheme scheme = { /* colors */