mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
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:
parent
f3d848da01
commit
e41fafd985
4 changed files with 11 additions and 3 deletions
1
config.h
1
config.h
|
|
@ -368,6 +368,7 @@ struct config {
|
|||
bool box_drawing_solid_shades;
|
||||
bool font_monospace_warn;
|
||||
bool sixel;
|
||||
bool transparent_fullscreen;
|
||||
} tweak;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue