]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
Add keymap configuration file.
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index 254cb0a8f003c9eb531a92c6994d54daa6805dbf..1c586bc66db0ae9197581f5d7860db637b70e3df 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
+
+# vim: ft=sh