diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 23:23:02 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 23:23:02 +0800 |
commit | 97f447974151cddc50ef32a7798d69a2a6a51cf7 (patch) | |
tree | fec3bc8a0b981c8f110917d598d8e8d35b44788e /_config | |
parent | 3f6fa590a799ca955ae6afef59270048668490cf (diff) | |
download | dotfiles-97f447974151cddc50ef32a7798d69a2a6a51cf7.tar.bz2 |
change task_sort_order: none -> center
Diffstat (limited to '_config')
-rw-r--r-- | _config/tint2/tint2rc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_config/tint2/tint2rc b/_config/tint2/tint2rc index a3ca598..5f44e19 100644 --- a/_config/tint2/tint2rc +++ b/_config/tint2/tint2rc @@ -6,7 +6,7 @@ ## ## Aaron LI ## Created: 2016-01-08 -## Updated: 2016-01-08 +## Updated: 2016-01-31 ## @@ -63,7 +63,10 @@ taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 # Do not show the virtual desktop name. taskbar_name = 0 -taskbar_sort_order = none +# Specify the sort order of the tasks on the taskbar +# none, title, center (by the window centers), +# mru (most recently used first), lru (most recently used last) +taskbar_sort_order = center task_align = left |