On Sun, Aug 16, 2009 at 7:22 PM, Nathan Neff<[email protected]> wrote: > I'd like to know if there's a way to reload the configuration script > without restarting wmii?
The classic approach to solve this problem has been to have every wmiirc: 1. Write "Start wmiirc\n" to /event 2. Begin reading /event and self-terminate when "Start wmiirc\n" is found Then, the process of reloading becomes as simple as running `wmiirc`.
