]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
Launcher tooltips configurable, default off (Issue 366).
[chaz/tint2] / src / config.c
index 7c3517b43b71dda53ce4f96ccf1b8b12d09c0787..bf86b10e4b942328186ae325c701c8665b1998ff 100644 (file)
@@ -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) {
This page took 0.016658 seconds and 4 git commands to generate.