On Fri, Mar 10, 2006 at 08:57:56PM +0100, R. Mattes wrote: > On Fri, 2006-03-10 at 16:49 +0000, Christoph Sieghart wrote: > > [Ivan F. Villanueva B. wrote] > > > And, when I change something in the configs, e.g. the status file, how > > > can I > > > make the changes applied without restarting wmii ? > > > > You can do Metakey-Control-w and y, or just execute your wmiirc again. > > That should do the trick. > > Better no :-) > I was just about to report a bug in the rc/wmiirc script: > > $MODKEY-Control-w,y) > wmiirc &;; > > This will create a _second_ wmiirc process so now you have > two event readers - most likely _not_ what you want. > Should probably be: > > $MODKEY-Control-w,y) > exec wmiirc;;
Sounds like a good simplification. Thx. (though the other way worked as well) Regards, -- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361 _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
