[xmonad] Issue 230 in xmonad: Modular config support

codesite-noreply at google.com codesite-noreply at google.com
Fri Mar 20 00:05:48 EDT 2009


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


More information about the xmonad mailing list