]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
Xdefaults: Don't use rxvt's perl extensions.
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index 254cb0a8f003c9eb531a92c6994d54daa6805dbf..799a2d47442e74d827331dee1e25da5e9313573f 100644 (file)
--- a/xinitrc
+++ b/xinitrc
@@ -1,5 +1,13 @@
 # startx configuration file.
 
 
+# Use a black background for the root window.
+xsetroot -solid black
+
+# Use my X11 key bindings.
+xmodmap ~/.xmodmaprc
+
 # Start stumpwm.
-exec stumpwm
+xmonad
+
+# vim: ft=sh