Skip to content
/ xmonad Public

Configuration files for the XMonad tiling window manager

Notifications You must be signed in to change notification settings

sirech/xmonad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMonad Configuration

This is intended as a configuration for XMonad for a development machine. It is intended to support Eclipse, Emacs and a Terminal running tmux, as well as mail. Some keys are remapped to use the windows key when possible.

XMonad

XMonad is a window tiling manager. This means that windows are automatically resized and moved for you.

Installing XMonad

Assuming the path to this repository is MONAD:

  1. Grab xmonad: sudo apt-get install xmonad.

  2. Link the config: mkdir ~/.xmonad && ln -s MONAD/xmonad.hs ~/.xmonad

GNOME and XMonad

XMonad can be used to replace the default window manager in GNOME (metacity). The steps are different depending on the Ubuntu distribution. Check the subfolders for instructions.

Troubleshooting

If xmonad won't start, try removing the file ~/.xmonad/xmonad-x86_64-linux, which will be recreated.

Getting the information of a window

Use the xprop tool to find the class name, window name or other properties.

Monitors in wrong order

It can happen that the monitors get listed in the incorrect order, and thus the mod-{w,e} keys will not work properly. This will help

About

Configuration files for the XMonad tiling window manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published