Allow customization of xmonad directories

Users can specify directory overrides via environment variables.  If
those aren't set, xmonad now prefers XDG directories.  If ~/.xmonad
exists and none of the others do, it will be used instead.

See: xmonad/xmonad#61
This commit is contained in:
Peter Jones
2016-12-10 15:17:56 -07:00
parent 2b103ede55
commit 40fc10b6a5
3 changed files with 100 additions and 29 deletions

View File

@@ -70,7 +70,7 @@ library
build-depends: base < 5 && >=3,
containers,
data-default,
directory,
directory >= 1.2.3,
extensible-exceptions,
filepath,
setlocale,