diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-06-17 10:31:51 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-06-17 10:31:51 +0300 |
| commit | 9007df35415f157ba32e554256b2248860d0103d (patch) | |
| tree | ed9eee627d3a8e9d6b214627f9dd52e9656e115b /example/build | |
| parent | ea5f798edea14b362c498d87b46e708a46d13dff (diff) | |
| download | xmonad-config-9007df35415f157ba32e554256b2248860d0103d.tar.gz xmonad-config-9007df35415f157ba32e554256b2248860d0103d.zip | |
rewrite config from scratch and remove xmobar config
xmobar config is now written in haskell instead of it's own weird config
format and it will be available on my dotfiles repo.
Diffstat (limited to 'example/build')
| -rwxr-xr-x | example/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/build b/example/build new file mode 100755 index 0000000..4402d43 --- /dev/null +++ b/example/build @@ -0,0 +1,9 @@ +#!/bin/sh +exec stack ghc -- \ + --make xmonad.hs \ + -i \ + -ilib \ + -fforce-recomp \ + -main-is main \ + -v0 \ + -o "$1" |
