bsandrow / xmonad

My Xmonad Config file and Related scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

$ cd path/to/repo/xmonad
$ make install

Also note that '~/scripts' has to be in your path, or you can redefine the BINDIR by installing like so:

$ cd path/to/repo/xmonad
$ make 'BINDIR=$(PREFIX)/bin' install

Files

  • xmonad.hs The config file
  • bak Where unsed files go to die
  • examples Copies of XMonad configs I've found on the web (I try to keep the URL/author information with them, but at least I don't claim they mine. They are just my inspiration)
  • scripts Helper scripts to my Xmonad setup
  • Makefile self-explanatory

About

My Xmonad Config file and Related scripts


Languages

Language:Haskell 69.5%Language:Shell 30.5%