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

@@ -193,6 +193,7 @@ conf_client_section(char *src)
conf.client.resizecorner_normal = getcolor(get_opt(src, "#222222", "resize_corner_normal").str);
conf.client.resizecorner_focus = getcolor(get_opt(src, "#DDDDDD", "resize_corner_focus").str);
conf.client.mod |= char_to_modkey(get_opt(src, "Alt", "modifier").str, key_list);
conf.client.set_new_win_master = get_opt(src, "true", "set_new_win_master").bool;
if((conf.client.nmouse = get_size_sec(src, "mouse")))
{