6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
if [ -f $HOME/.Xresources ]; then
|
|
xrdb -merge $HOME/.Xresources
|
|
fi
|
|
|
|
exec openbox
|