Add systray_hide_by_icon_name Exact Match, Deliminator ','

This commit is contained in:
iflyun@gmail.com
2017-02-12 12:56:09 -08:00
parent f438ef712b
commit 4c103423ba
3 changed files with 20 additions and 1 deletions

View File

@@ -1132,6 +1132,8 @@ void add_entry(char *key, char *value)
systray.brightness = atoi(value3);
} else if (strcmp(key, "systray_monitor") == 0) {
systray_monitor = atoi(value) - 1;
} else if (strcmp(key, "systray_hide_by_icon_name") == 0) {
strcpy(systray_hide_icons, value);
}
/* Launcher */