[xmonad] Issue 317 in xmonad: Implement a working X.U.putSelection
codesite-noreply at google.com
codesite-noreply at google.com
Fri Mar 11 04:35:10 CET 2011
Comment #29 on issue 317 by mlme... at 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.
More information about the xmonad
mailing list