I am on fedora, and use the xmonad-mate
package. This depends on ghc
, and I don't want this, because I have (newer) ghc installed anyway, so it just wastes space on disk, and time/downloads on upgrades.
Why do I use the package at all? Because it seems the foolproof way to get everything configured, and have it as option in gdm
, and start mate-panel
, etc.
I understand the dependency on ghc (needed to re-compile .xmonad/xmonad.hs) but I do want to side-track it. Like, provide a dummy ghc
(and ghc-xmonad
) package? But then - if that's more cumbersome than isolating the config files ...