Launcher tooltips configurable, default off (Issue 366).

git-svn-id: http://tint2.googlecode.com/svn/trunk@642 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
google@craigoakes.com
2011-10-12 00:10:46 +00:00
parent 6542370297
commit 88c133a9a7
3 changed files with 10 additions and 1 deletions

View 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) {