Conf/Systray: add [systray] section

This commit is contained in:
Martin Duquesnoy
2010-07-23 14:36:05 +02:00
parent 4cf2b8bf8f
commit 461b45545a
7 changed files with 92 additions and 28 deletions

View File

@@ -445,6 +445,12 @@ typedef struct
Bool tag;
Bool layout;
} border;
struct
{
Bool active;
int screen;
int spacing;
} systray;
Alias alias[256];
uint mouse_tag_action[TagActionLast];
Layout layout[NUM_OF_LAYOUT];