
Comment #7 on issue 576 by allber...@gmail.com: On FreeBSD Xmonad loses first hotkey sometimes http://code.google.com/p/xmonad/issues/detail?id=576 I would like to see the full truss output. You can, however, clean it up a bit by building your custom xmonad manually (see http://xmonad.org/xmonad-docs/xmonad/src/XMonad-Core.html#recompile) with the ghc options: -rtsopts -with-rtsopts -v0 which will disable the runtime system's GC timer (it will GC on all allocations instead, which can slow programs down a bit) and remove the itimer and SIGALRM from the trace. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings