*add* strut_policy = none
git-svn-id: http://tint2.googlecode.com/svn/trunk@395 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -596,6 +596,8 @@ void add_entry (char *key, char *value)
|
||||
else if (strcmp(key, "strut_policy") == 0) {
|
||||
if (strcmp(value, "follow_size") == 0)
|
||||
panel_strut_policy = STRUT_FOLLOW_SIZE;
|
||||
else if (strcmp(value, "none") == 0)
|
||||
panel_strut_policy = STRUT_NONE;
|
||||
else
|
||||
panel_strut_policy = STRUT_MINIMUM;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user