mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-12 18:32:48 +01:00
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:
parent
db44029d87
commit
dc7ee664f0
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user