[xmonad] Issue 427 in xmonad: xmonad should recompile configuration on SIGHUP
codesite-noreply at google.com
codesite-noreply at google.com
Thu Jan 27 22:25:42 CET 2011
Comment #1 on issue 427 by gwe... at gmail.com: xmonad should recompile
configuration on SIGHUP
http://code.google.com/p/xmonad/issues/detail?id=427
I haven't tested this, but I think this ought to be quite easy to support -
perhaps as simple as
hunk ./XMonad/Core.hs 508
+ installHandler sigHUP (CatchOnce (recompile True >> return ()))
Nothing
More information about the xmonad
mailing list