From 54044f48b27865c8616cbfa932eb31142d631d92 Mon Sep 17 00:00:00 2001 From: Debian Live user Date: Sat, 29 Apr 2023 16:38:37 -0400 Subject: source .xsession.local instead of executing --- dot/xsession | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot') diff --git a/dot/xsession b/dot/xsession index c7905fc..b150d48 100644 --- a/dot/xsession +++ b/dot/xsession @@ -32,9 +32,9 @@ do "$wm" & break done -if [ -x ~/.xsession.local ] +if [ -r ~/.xsession.local ] then - ~/.xsession.local + source ~/.xsession.local fi if [ "${DISPLAY%.*}" = :0 ] -- cgit v1.2.3