X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=799a2d47442e74d827331dee1e25da5e9313573f;hb=3fa1037f878f2d09372ba7e5a535e85e77c3a170;hp=254cb0a8f003c9eb531a92c6994d54daa6805dbf;hpb=ad32c67723150f9d323581956e277b17e416fd92;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index 254cb0a..799a2d4 100644 --- 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