Status: Remove status management (status_path, status_timing, threading), use loop in status script now (see scripts/status.sh)

This commit is contained in:
Martin Duquesnoy
2011-07-28 00:08:43 +02:00
parent 7bfba91a92
commit 4e33bc9bf7
9 changed files with 1 additions and 118 deletions

View File

@@ -281,10 +281,6 @@ clientmessageevent(XEvent *e)
screen_get_sel();
}
/* Manage _WMFS_UPDATE_STATUS */
if(mess_t == wmfs_update_status && estatus)
spawn(conf.status_path);
return;
}