Fix Feature #22 : set a default tag and/or screen where to send client

that have no tag/screen specific rule. Feature requested by philpep
This commit is contained in:
Raphael Khaiat
2011-01-05 01:25:12 +01:00
parent a1ad5685f9
commit fb1627e8cc
5 changed files with 34 additions and 2 deletions

View File

@@ -443,6 +443,8 @@ typedef struct
uint padding;
MouseBinding *mouse;
int nmouse;
uint default_open_tag;
int default_open_screen;
} client;
struct
{