Changed HS to LHS (needs to be revisited in the future) and removed default bindings

This commit is contained in:
afonsofrancof 2022-10-26 12:41:53 +01:00
parent b3fd3a48c4
commit 6cc5804a74
4 changed files with 366 additions and 374 deletions

View file

@ -1,7 +1,7 @@
# ~/.config/xmonad/build
#!/bin/sh
exec stack ghc -- \
--make xmonad.hs \
--make xmonad.lhs \
-i \
-ilib \
-fforce-recomp \