5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
if [ -s ~/.Xmodmap ]
|
||
|
then
|
||
|
xmodmap ~/.Xmodmap
|
||
|
fi
|