Option taskbar_hide_inactive_tasks (issue 458)
git-svn-id: http://tint2.googlecode.com/svn/trunk@732 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
committed by
mrovi9000@gmail.com
parent
c583ea42eb
commit
f5a18cc4f4
@@ -497,6 +497,9 @@ void add_entry (char *key, char *value)
|
||||
if (value2) taskbarname_active_font.alpha = (atoi (value2) / 100.0);
|
||||
else taskbarname_active_font.alpha = 0.5;
|
||||
}
|
||||
else if (strcmp (key, "taskbar_hide_inactive_tasks") == 0) {
|
||||
hide_inactive_tasks = atoi (value);
|
||||
}
|
||||
|
||||
/* Task */
|
||||
else if (strcmp (key, "task_text") == 0)
|
||||
|
||||
Reference in New Issue
Block a user