Issue 230 in xmonad: Modular config support

Comment #10 on issue 230 by vogt.adam: Modular config support http://code.google.com/p/xmonad/issues/detail?id=230 GHC (6.10 at least) follows symlinks to hs files at least, so to keep things categorized yet accessible: make a regular xmonad hierarchy. Write source in ~/.xmonad/lib naming those modules with the proper hierarchical name, then link those modules to their hierarchical spots in that hierarchy. (this last part could/should be automated (put into contrib?) ... it is a bit inconvenient) Interestingly, my ghc will compile the module in the search path if the same one exists in a package, so testing modifications to modules (or moving them into contrib) does not require any change to xmonad.hs imports. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com