Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 799 Bytes

XMonad Configuration

System Preview

XMonad Preview

Rofi Launcher

Installation

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

This will install the built xmonad, xmobar and xmobar-bottom in $HOME/.local/bin/. I use two xmobar instances at top and at bottom.

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.

Thanks

I used this repository as my building block.