Skip to content
/ xmonad Public

xmonad tiling window manager and xmobar configuration for arch linux

Notifications You must be signed in to change notification settings

aiuc/xmonad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

xmonad tiling window manager and xmobar configuration for arch linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published