]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: Use Xmonad as window manager.
authorSimon Ruderich <simon@ruderich.org>
Thu, 25 Jun 2009 12:59:08 +0000 (14:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 25 Jun 2009 12:59:08 +0000 (14:59 +0200)
xinitrc

diff --git a/xinitrc b/xinitrc
index 1c586bc66db0ae9197581f5d7860db637b70e3df..799a2d47442e74d827331dee1e25da5e9313573f 100644 (file)
--- a/xinitrc
+++ b/xinitrc
@@ -8,6 +8,6 @@ xsetroot -solid black
 xmodmap ~/.xmodmaprc
 
 # Start stumpwm.
-exec stumpwm
+xmonad
 
 # vim: ft=sh