]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - xinitrc
xinitrc: Use Xmonad as window manager.
[config/dotfiles.git] / xinitrc
1 # startx configuration file.
2
3
4 # Use a black background for the root window.
5 xsetroot -solid black
6
7 # Use my X11 key bindings.
8 xmodmap ~/.xmodmaprc
9
10 # Start stumpwm.
11 xmonad
12
13 # vim: ft=sh