Fix not loading xmodmap on xinit

This commit is contained in:
Daniel Flanagan 2017-05-03 12:53:16 -05:00
parent 8d4e1b3c6f
commit a7c1c18c24

View file

@ -20,6 +20,8 @@ if [ -f "$HOME/.xmodmap" ]; then
xmodmap "$HOME/.xmodmap"
fi
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
pulseaudio --start &
# fire up wm