Conf: Add [misc] status_path option to choose status script path

This commit is contained in:
Martin Duquesnoy
2010-03-25 19:19:24 +01:00
parent 23b0539686
commit c5da009b7a
6 changed files with 22 additions and 18 deletions

View File

@@ -145,6 +145,7 @@ conf_misc_section(char *src)
conf.raiseswitch = get_opt(src, "false", "raiseswitch").bool;
conf.focus_fmouse = get_opt(src, "true", "focus_follow_mouse").bool;
conf.status_timing = get_opt(src, "1", "status_timing").num;
conf.status_path = get_opt(src, "", "status_path").str;
pad = get_opt(src, "12", "pad").num;
if(pad > 24 || pad < 1)