]> 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 0899431fcd68f4b51a9c0c0bf3adac58a5f341d2..7513f8203bdd6ea1daea369439144ecc11865961 100644 (file)
--- a/xinitrc
+++ b/xinitrc
@@ -4,5 +4,14 @@
 # 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