read idle_threshold from dunstrc
this probably got lost during the recent iniparser -> inih changes.
This commit is contained in:
parent
19ebd2aba6
commit
98ad061b29
2
dunst.c
2
dunst.c
@ -973,6 +973,8 @@ dunst_ini_handle(void *user_data, const char *section,
|
||||
key_string = dunst_ini_get_string(value);
|
||||
else if (strcmp(name, "history_key") == 0)
|
||||
history_key_string = dunst_ini_get_string(value);
|
||||
else if (strcmp(name, "idle_threshold") == 0)
|
||||
idle_threshold = atoi(value);
|
||||
else if (strcmp(name, "geometry") == 0) {
|
||||
geom = dunst_ini_get_string(value);
|
||||
geometry.mask = XParseGeometry(geom,
|
||||
|
Loading…
x
Reference in New Issue
Block a user