config: promote tweak.resize-delay-ms to a real, supported option

This commit is contained in:
Daniel Eklöf 2021-01-21 15:14:43 +01:00
parent 7cba42c5ce
commit 3a7588bc99
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 39 additions and 38 deletions

View file

@ -77,6 +77,7 @@ struct config {
unsigned pad_x;
unsigned pad_y;
bool center;
uint16_t resize_delay_ms;
bool bold_in_bright;
enum {
@ -203,7 +204,6 @@ struct config {
uint64_t delayed_render_upper_ns;
off_t max_shm_pool_size;
float box_drawing_base_thickness;
uint16_t resize_delay_ms;
} tweak;
user_notifications_t notifications;