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;;


HTH, Ralf Mattes

P.S: the latest snapshot are real fun - finally thw wm i allways
wanted to have.




> hth,
> sigi
> 
> _______________________________________________
> [email protected] mailing list
> http://wmii.de/cgi-bin/mailman/listinfo/wmii


_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to