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

@@ -49,6 +49,7 @@ extern gboolean taskbar_enabled;
extern gboolean taskbar_distribute_size;
extern gboolean hide_inactive_tasks;
extern gboolean hide_task_diff_monitor;
extern gboolean hide_taskbar_if_empty;
extern gboolean always_show_all_desktop_tasks;
extern TaskbarSortMethod taskbar_sort_method;
extern Alignment taskbar_alignment;