Skip to content

stjandra/xmonad

Repository files navigation

XMonad

About The Project

My XMonad configuration.

Getting Started

There are many ways to install XMonad. The following instruction builds from source using stack.

See XMonad install documentation here for more information.

Prerequisites

Arch:

sudo pacman -S git xorg-server xorg-apps xorg-xinit xorg-xmessage libx11 libxft libxinerama libxrandr libxss pkgconf
sudo pacman -S stack

Installation

Clone the repo:

git clone [email protected]:stjandra/xmonad.git

Go to the repo:

cd xmonad

Install with stack:

stack install

This creates xmonad executable in ~/.local/bin (from xmonad-git/Main.hs).

This is optional, but running the following will compile my xmonad.hs. And lib/ is included in the GHC include path.

xmonad --recompile