mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-29 06:46:35 -04:00
Add option to enable subpixel font rendering with transparent background
This commit is contained in:
parent
029920ddcc
commit
aeac5ad6f1
5 changed files with 13 additions and 2 deletions
2
config.h
2
config.h
|
|
@ -114,6 +114,8 @@ struct config {
|
|||
bool box_drawings_uses_font_glyphs;
|
||||
bool can_shape_grapheme;
|
||||
|
||||
bool subpixel_with_alpha;
|
||||
|
||||
struct {
|
||||
bool urgent;
|
||||
bool notify;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue