Make ~/.xmonad/xmonad-$arch-$os handle args like /usr/bin/xmonad

This commit is contained in:
Adam Vogt
2015-04-14 18:48:21 +00:00
parent 197b0091f8
commit 307b82a53d
5 changed files with 119 additions and 90 deletions

View File

@@ -52,6 +52,7 @@ library
XMonad.ManageHook
XMonad.Operations
XMonad.StackSet
other-modules: Paths_xmonad
build-depends: base < 5 && >=3,
containers,