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.
This commit is contained in:
Willow Barraco 2023-08-31 11:30:03 +02:00
parent db44029d87
commit dc7ee664f0
No known key found for this signature in database
GPG Key ID: EABA44759877E02A

View File

@ -2,7 +2,7 @@
#define config_def_h_INCLUDED #define config_def_h_INCLUDED
static const char *default_font = "Sans 14"; static const char *default_font = "Sans 14";
static const int transparency = 225; static const int transparency = 255;
struct clr_scheme scheme = { struct clr_scheme scheme = {
/* colors */ /* colors */