config: add csd.font option

This commit is contained in:
Daniel Eklöf 2021-07-22 23:21:31 +02:00
parent 9985b8c713
commit 50f59fe575
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 95 additions and 18 deletions

View file

@ -228,6 +228,8 @@ struct config {
uint32_t maximize;
uint32_t close;
} color;
struct config_font_list font;
} csd;
size_t render_worker_count;