Conf: section 'selbar' in section 'bar'

This commit is contained in:
OldMan
2010-04-13 10:15:40 +06:00
parent dcb48cc2c5
commit 1ddc714196
6 changed files with 48 additions and 3 deletions

View File

@@ -373,6 +373,13 @@ typedef struct
Bool selbar;
} bars;
struct
{
char *fg;
uint bg;
MouseBinding *mouse;
int nmouse;
} selbar;
struct
{
char *background_command;
MouseBinding *mouse;