From 9007df35415f157ba32e554256b2248860d0103d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 17 Jun 2022 10:31:51 +0300 Subject: 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. --- example/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 example/build (limited to 'example/build') 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" -- cgit v1.2.3