mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
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:
@@ -70,7 +70,7 @@ library
|
||||
build-depends: base < 5 && >=3,
|
||||
containers,
|
||||
data-default,
|
||||
directory,
|
||||
directory >= 1.2.3,
|
||||
extensible-exceptions,
|
||||
filepath,
|
||||
setlocale,
|
||||
|
Reference in New Issue
Block a user