mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
config: add temporary(?) tweak option for box drawing line thickness
This commit is contained in:
parent
f1b4bf1275
commit
cbe896f694
2 changed files with 16 additions and 0 deletions
1
config.h
1
config.h
|
|
@ -196,6 +196,7 @@ struct config {
|
|||
uint64_t delayed_render_lower_ns;
|
||||
uint64_t delayed_render_upper_ns;
|
||||
off_t max_shm_pool_size;
|
||||
float box_drawing_base_thickness;
|
||||
} tweak;
|
||||
|
||||
user_notifications_t notifications;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue