mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
config: add csd.font option
This commit is contained in:
parent
9985b8c713
commit
50f59fe575
4 changed files with 95 additions and 18 deletions
2
config.h
2
config.h
|
|
@ -228,6 +228,8 @@ struct config {
|
|||
uint32_t maximize;
|
||||
uint32_t close;
|
||||
} color;
|
||||
|
||||
struct config_font_list font;
|
||||
} csd;
|
||||
|
||||
size_t render_worker_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue