diff options
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 |