Add an option to choose the default layout that will be used when adding

a new tag dynamically. Feature #71 requested by myself ^^
This commit is contained in:
Raphael Khaiat
2010-06-26 00:26:16 +02:00
parent e17f36f24f
commit 253d50762b
4 changed files with 20 additions and 17 deletions

View File

@@ -348,6 +348,7 @@ typedef struct
Bool tagautohide;
Bool tagnamecount;
char * tagdefaultname;
char * tagdefaultlayout;
uint pad;
int status_timing;
char *status_path;