From accd38806a29780051863b5809bec7f18b3e825d Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Fri, 26 Feb 2021 14:30:08 +0100 Subject: [PATCH] Include custom Xresources if it exists --- scripts/core/sxmo_xinit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 43e4ab9..55d475a 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -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 }