Config: set "set_new_win_master" false by default.

This commit is contained in:
Martin Duquesnoy
2009-11-15 15:52:15 +01:00
parent ba45a360f7
commit a812c6d47e
2 changed files with 2 additions and 4 deletions

View File

@@ -206,7 +206,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;
conf.client.set_new_win_master = get_opt(src, "false", "set_new_win_master").bool;
if((conf.client.nmouse = get_size_sec(src, "mouse")))
{