]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
Xdefaults: Disable allowSendEvents as it's no longer needed.
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index 0899431fcd68f4b51a9c0c0bf3adac58a5f341d2..799a2d47442e74d827331dee1e25da5e9313573f 100644 (file)
--- a/xinitrc
+++ b/xinitrc
@@ -4,5 +4,10 @@
 # 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