Struct/Conf: Remove useless var, add split toggle keybind (Alt-s)

This commit is contained in:
Martin Duquesnoy
2011-06-03 16:31:34 +02:00
parent 9636f9188d
commit 7b47fd041a
2 changed files with 6 additions and 4 deletions

View File

@@ -270,10 +270,9 @@ typedef struct
/* Layout Structure */
typedef struct
{
Bool splitusegeo;
uint flags; /* Flags blibli */
uint flags; /* Flags */
Client *nc; /* New client needing integration */
Client ghost; /* Ghost client to arrange split */
Client ghost; /* Ghost client to arrange hole in split */
char *symbol;
char *type;
void (*func)(int screen);