Include custom Xresources if it exists

This commit is contained in:
Maarten van Gompel 2021-02-26 14:30:08 +01:00
parent 1371e394f8
commit accd38806a

View file

@ -37,6 +37,7 @@ xdefaults() {
xset s off -dpms
xrdb /usr/share/sxmo/appcfg/xresources_xcalc.xr
xrdb /usr/share/sxmo/appcfg/xresources_dmenu.xr
[ -e "$HOME"/.Xresources ] && xrdb "$HOME"/.Xresources
synclient TapButton1=1 TapButton2=3 TapButton3=2 MinSpeed=0.25
}