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