add --reconfigure option to openbox.
authorDana Jansens <danakj@orodu.net>
Sat, 3 Mar 2007 03:27:35 +0000 (03:27 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 3 Mar 2007 03:27:35 +0000 (03:27 +0000)
commitf189b02f857eb5cc80ca925ccb4b0e97c3614bcd
tree03a9c6216356a637b4b4e985d057ba3749426253
parent56c5c7d15f13134dae266d1cca9ed1deb92ea0dc
add --reconfigure option to openbox.

this option will open the display, find the current openbox's PID from the root window, and send a SIGUSR2 to it, telling it to reconfigure. then it exits.

no longer printing help if you pass an invalid argument to openbox

since that is the case, session_startup doesnt need to be modifying the args anymore
openbox/openbox.c
openbox/session.c