Add option to enable subpixel font rendering with transparent background

This commit is contained in:
David Rosca 2021-07-21 09:17:43 +02:00
parent 029920ddcc
commit aeac5ad6f1
No known key found for this signature in database
GPG key ID: EBC3FC294452C6D8
5 changed files with 13 additions and 2 deletions

View file

@ -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;