]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
xinitrc: Set the X root background if possible.
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index 254cb0a8f003c9eb531a92c6994d54daa6805dbf..7513f8203bdd6ea1daea369439144ecc11865961 100644 (file)
--- a/xinitrc
+++ b/xinitrc
@@ -1,5 +1,17 @@
 # startx configuration file.
 
 
+# Use a black background for the root window.
+xsetroot -solid black
+
+# Use my X11 key bindings.
+xmodmap ~/.xmodmaprc
+
+if [ -f ~/.background ]; then
+    hsetroot -full ~/.background
+fi
+
 # Start stumpwm.
-exec stumpwm
+xmonad
+
+# vim: ft=sh