Client/conf: Add automax option (same that autofree but for maximization) (Feature #62 requested by bacardi55)

This commit is contained in:
Martin Duquesnoy
2010-06-09 19:24:48 +02:00
parent 470606af1b
commit 32b3120fbd
4 changed files with 14 additions and 3 deletions

View File

@@ -396,7 +396,7 @@ typedef struct
Bool place_at_mouse;
Bool border_shadow;
int borderheight;
char *autofree;
char *autofree, *automax;
uint bordernormal;
uint borderfocus;
uint resizecorner_normal;