Conf: Add [misc] status_path option to choose status script path
This commit is contained in:
@@ -235,7 +235,7 @@ clientmessageevent(XClientMessageEvent *ev)
|
||||
|
||||
if(mess_t == wmfs_update_status
|
||||
&& estatus)
|
||||
spawn(status_path);
|
||||
spawn(conf.status_path);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user