X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Fconfig.c;fp=src%2Fconfig.c;h=bf86b10e4b942328186ae325c701c8665b1998ff;hp=7c3517b43b71dda53ce4f96ccf1b8b12d09c0787;hb=08980396adb214920d4ee39ce99dcffaa728b4f3;hpb=18daca5ab3402c2c3f8ae44df5cec89928d35afe diff --git a/src/config.c b/src/config.c index 7c3517b..bf86b10 100644 --- a/src/config.c +++ b/src/config.c @@ -594,6 +594,9 @@ void add_entry (char *key, char *value) launcher_saturation = atoi(value2); launcher_brightness = atoi(value3); } + else if (strcmp(key, "launcher_tooltip") == 0) { + launcher_tooltip_enabled = atoi(value); + } /* Tooltip */ else if (strcmp (key, "tooltip_show_timeout") == 0) {