[dev] [wmii] Prevent losing of windows on crash/hang

2010-10-17 Thread Tom Kazimiers
Hi, from time to time my wmii 3 installation crashes. I have no idea why this happens, but it occurs once in a while. The log does not tell me anything about it. I use the hg-tip version and Suraj Kurapatis Ruby wmiirc. Besides that I use gdm as a display masager which starts the following script

[dev] [dwm] Status color patch for dwm 5.8.2

2010-10-17 Thread Kobi
Hi guys I've updated the color status patch for dwm 5.8.2. See attached file or go to: http://wklej.org/id/402237/ Can somebody put it on the dwm site? dwm-5.8.2-statuscolors.diff Description: Binary data

Re: [dev] [wmii] Prevent losing of windows on crash/hang

2010-10-17 Thread Rob
while true; do        exec wmii        xmessage 'Restart the Window Manager?' \                 -buttons 'Yes:1,No:0' -center \                 -default 'Yes' -timeout 30    \         break done Unfortunately, that script does not prompt me if I want to restart wmii if if

Re: [dev] [dwm] Status color patch for dwm 5.8.2

2010-10-17 Thread Connor Lane Smith
Hey, On 17 October 2010 11:50, Kobi dev.c...@gmail.com wrote: Can somebody put it on the dwm site? That somebody could be you! http://suckless.org/wiki/ cls

Re: [dev] [wmii] Prevent losing of windows on crash/hang

2010-10-17 Thread Suraj Kurapati
On Sun, Oct 17, 2010 at 5:01 AM, Rob robpill...@gmail.com wrote: while true; do        exec wmii        xmessage 'Restart the Window Manager?' \                 -buttons 'Yes:1,No:0' -center \                 -default 'Yes' -timeout 30    \         break done You're using exec, once that