diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-05 23:21:12 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-05 23:21:12 -0400 |
commit | 39b8b80bb8f1c4bd35a2bb0b9d32b6c58d5cc80e (patch) | |
tree | 3787ac099c269ec1e0c221707c21bf7a2c587004 /.xinitrc | |
parent | 371f030849fab1cf3aa131176237e166d7343da7 (diff) |
Check in my improved X11 configuration (ignoring local files)
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +usermodmap="$HOME/.xmodmap" +if [ -f "$usermodmap" ]; then + xmodmap "$usermodmap" +fi + # exec gnome-session # exec startkde # exec startxfce4 |