From d27e806d21cfedcc02cccfa76c2f4d29e2ace081 Mon Sep 17 00:00:00 2001 From: Debian Live user Date: Fri, 28 Apr 2023 17:27:04 -0400 Subject: xsession will load .xsession.local and .Xresources.local --- dot/xsession | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dot/xsession b/dot/xsession index 8079d49..077702a 100644 --- a/dot/xsession +++ b/dot/xsession @@ -14,6 +14,11 @@ xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics # Enable tap-to-click on newer thinkpads xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 +if [ -r ~/.Xresources.local ] +then + xrdb -merge ~/.Xresources.local +fi + if [ "${DISPLAY%.*}" = :0 ] then /usr/lib/notification-daemon/notification-daemon & @@ -27,6 +32,11 @@ do "$wm" & break done +if [ -x ~/.xsession.local ] +then + ~/.xsession.local +fi + exec perl -e 'wait while 1' xterm # if exec fails -- cgit v1.2.3