Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 666 Bytes

File metadata and controls

23 lines (15 loc) · 666 Bytes

XMonad Configuration

System Preview

XMonad Preview

XMonad Keybindings

Installation

mkdir -p $HOME/.config/xmonad
git clone --branch release https://github.com/weirdsmiley/xmonad $HOME/.config/xmonad/
cd $HOME/.config/xmonad
./install.sh

This will install the built xmonad and xmobar in $HOME/.local/bin/.

You know the drill for installing Xorg and other stuff to switch to XMonad windows manager. Refer to any resources online.

You may also want to edit Preferences.hs accordingly.