New config option: taskbar sort by LRU/MRU (no config GUI yet) (issue #532)
This commit is contained in:
@@ -21,6 +21,8 @@ typedef enum TaskbarSortMethod {
|
||||
TASKBAR_NOSORT = 0,
|
||||
TASKBAR_SORT_CENTER,
|
||||
TASKBAR_SORT_TITLE,
|
||||
TASKBAR_SORT_LRU,
|
||||
TASKBAR_SORT_MRU,
|
||||
} TaskbarSortMethod;
|
||||
|
||||
extern GHashTable *win_to_task;
|
||||
|
||||
Reference in New Issue
Block a user