Add config option for the hide_if_empty behaviour

This commit is contained in:
Benoit Averty
2016-09-04 15:55:51 +02:00
parent d765190e3d
commit 863ef0259c
3 changed files with 8 additions and 2 deletions

View File

@@ -771,6 +771,8 @@ void add_entry(char *key, char *value)
hide_inactive_tasks = atoi(value);
} else if (strcmp(key, "taskbar_hide_different_monitor") == 0) {
hide_task_diff_monitor = atoi(value);
} else if (strcmp(key, "taskbar_hide_if_empty") == 0) {
hide_taskbar_if_empty = atoi(value);
} else if (strcmp(key, "taskbar_always_show_all_desktop_tasks") == 0) {
always_show_all_desktop_tasks = atoi(value);
} else if (strcmp(key, "taskbar_sort_order") == 0) {