Add option to set the new windows as master or not

This commit is contained in:
linkdd
2009-10-20 18:20:52 +02:00
committed by Philippe Pepiot
parent 39ef26690c
commit a84cc5ef48
5 changed files with 32 additions and 19 deletions

View File

@@ -348,6 +348,7 @@ typedef struct
} root;
struct
{
Bool set_new_win_master;
Bool place_at_mouse;
Bool border_shadow;
int borderheight;
@@ -356,7 +357,7 @@ typedef struct
uint resizecorner_normal;
uint resizecorner_focus;
uint mod;
MouseBinding *mouse;
MouseBinding *mouse;
int nmouse;
} client;
struct