Re: [wmii] xrandr support?

From: Kris Maglione <bsdaemon_AT_comcast.net>
Date: Fri, 9 Feb 2007 18:28:50 -0500

On Mon, Feb 09, 2009 at 06:42:47PM +0100, Timo Benk wrote:
>Maybe a dumb question: How can i restart wmii?
>
>Executing the wmiirc script again does not work.

Most people don't understand this. You have to launch wmii in a way that
its exit doesn't cause X11 to exit. There are a couple of methods.

In your .Xinitrc or Xsession scripts, do something like the following.

To have wmii automatically restart on exit, this works:

while :
do
    wmii
done

Alternately, to just have it wait around:
wmii&
while :
do
    sleep 3600
done
Received on Sat Feb 10 2007 - 00:29:27 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:20:38 UTC