
27 Jan
2011
27 Jan
'11
9:25 p.m.
Comment #1 on issue 427 by gwe...@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