6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
xrdb -merge $HOME/.Xresources
|
|
if [ -s ~/.Xmodmap ]
|
|
then
|
|
xmodmap ~/.Xmodmap
|
|
fi
|