Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 471 Bytes

xmonad-samdoshi

Installation

git clone --recursive [email protected]:samdoshi/.xmonad.git ~/.xmonad
cd ~/.xmonad
make install

Add exec xmonad to .xinitrc.

This will install the xmonad binary to ~/.local/bin, that version must be first in your $PATH for mod-Q to work.

Disabling XMonad recompilation

By using XMonad.Main.launch we can disable the built-in recompilation support, we also need to use XMonad.Operations.restart to restart.