Fix not loading xmodmap on xinit
This commit is contained in:
parent
8d4e1b3c6f
commit
a7c1c18c24
|
@ -20,6 +20,8 @@ if [ -f "$HOME/.xmodmap" ]; then
|
|||
xmodmap "$HOME/.xmodmap"
|
||||
fi
|
||||
|
||||
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
|
||||
|
||||
pulseaudio --start &
|
||||
|
||||
# fire up wm
|
||||
|
|
Reference in a new issue