chore: Added more config files
This commit is contained in:
parent
00e95f6df9
commit
3cafdb0c71
13 changed files with 1557 additions and 0 deletions
10
.config/xmonad/build
Executable file
10
.config/xmonad/build
Executable file
|
@ -0,0 +1,10 @@
|
|||
# ~/.config/xmonad/build
|
||||
#!/bin/sh
|
||||
exec stack ghc -- \
|
||||
--make xmonad.hs \
|
||||
-i \
|
||||
-ilib \
|
||||
-fforce-recomp \
|
||||
-main-is main \
|
||||
-v0 \
|
||||
-o "$1"
|
Loading…
Add table
Add a link
Reference in a new issue