summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 16:38:37 -0400
committerDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 16:38:37 -0400
commit54044f48b27865c8616cbfa932eb31142d631d92 (patch)
tree9c7efeb0914ae88b9538a6fd1a82ca55cc35e2b9
parent3773fa622b32d996ba8b1f18bc817142856fcf67 (diff)
source .xsession.local instead of executing
-rw-r--r--dot/xsession4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot/xsession b/dot/xsession
index c7905fc..b150d48 100644
--- a/dot/xsession
+++ b/dot/xsession
@@ -32,9 +32,9 @@ do
32 "$wm" & break 32 "$wm" & break
33done 33done
34 34
35if [ -x ~/.xsession.local ] 35if [ -r ~/.xsession.local ]
36then 36then
37 ~/.xsession.local 37 source ~/.xsession.local
38fi 38fi
39 39
40if [ "${DISPLAY%.*}" = :0 ] 40if [ "${DISPLAY%.*}" = :0 ]