
10 Mar
2011
10 Mar
'11
10:35 p.m.
Comment #29 on issue 317 by mlme...@gmail.com: Implement a working X.U.putSelection http://code.google.com/p/xmonad/issues/detail?id=317 My workaround while waiting for a release that fixes this is a modified exec line in my .xinitrc: exec bash -c '/usr/bin/xmonad ; while [ $? -eq 143 ] ; do echo "xmonad restarting" ; /usr/bin/xmonad ; done' 143 is what xmonad (many things? everything?) returns when killed by sigterm, so when xmonad freezes, a simple Ctrl+Alt+F2, login, and killall xmonad fixes everything.