config: add tweak.transparent_fullscreen=no|yes option

When enabled, the alpha channel will not be disabled when in
fullscreen state

Defaults to `no`
This commit is contained in:
Leonardo Hernández Hernández 2023-07-21 14:29:31 -06:00
parent f3d848da01
commit e41fafd985
No known key found for this signature in database
GPG key ID: E538897EE11B9624
4 changed files with 11 additions and 3 deletions

View file

@ -368,6 +368,7 @@ struct config {
bool box_drawing_solid_shades;
bool font_monospace_warn;
bool sixel;
bool transparent_fullscreen;
} tweak;
struct {