Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.24 KB

xmonad

Introduction

Xmonad is a minimal, stable, aesthetic, and featureful tiling window manager. If you find yourself spending a lot of time organizing or managing windows, you may consider trying xmonad.

However, xmonad may have a steep learning curve. It can be somewhat difficult to configure if you're new to Haskell or xmonad.

Some requirements

Installing requirements on Arch Linux

sudo pacman -S xmonad xmonad-contrib xmobar dmenu scrot \
    cabal-install xcompmgr

Once xmonad-config is installed, you also need to ensure you can actually start xmonad. The mechanism to do this varies based on each environment, but here are some instructions for some common login managers.

Starting xmonad from lightdm, xdm, kdm, or gdm

Note: You may need to choose "Custom xsession" or similar at the login screen.

ln -s ~/.xmonad/xmonad-session-rc ~/.xsession
# Logout, login from lightdm/xdm/kdm/gdm

Starting xmonad from slim

ln -s ~/.xmonad/xmonad-session-rc ~/.xinitrc
# Logout, login from slim