afreakk / Xmonanza

XMonad and Xmobar monorepo for sharing code between them, build with stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xmonanza

XMonad and Xmobar monorepo for sharing code between them, build with stack
  1. stack install (or stack --nix install if using nix) xmonad-afreak and xmobar-afreak is then created in ~/.local/bin (local-bin-path) (~/.local/bin needs to be in $PATH)
  2. Copy custom buildscript for xmonad cp scripts/build ~/.xmonad/ and edit script to correct paths
  3. if using nix, run echo 'STACK_COMMAND="stack --nix"' > ~/.xmonad/.env
  4. Link from xmonad-afreak -> xmonad somewhere in $PATH e.g. ln -s ~/.local/bin/xmonad-afreak ~/.local/bin/xmonad (not sure why, but --restart doesnt work properly if xmonad is not in $PATH)
  5. Append xmonad or xmonad-afreak to .xinitrc
  6. startx

About

XMonad and Xmobar monorepo for sharing code between them, build with stack


Languages

Language:Haskell 98.4%Language:Shell 1.6%