Germ?n Arias wrote: > How can I restart wmaker from a shsll?? Thanks. Send a SIGUSR1 to the wmaker child process.
Something like: $ kill -usr1 `pgrep wmaker | tail -1` Not guaranteed to work, as it can easily grab the wrong PID. -john -- To unsubscribe, send mail to [email protected].
