summaryrefslogtreecommitdiff
path: root/x11/.xsession
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-11-08 06:43:06 -0500
committerCullum Smith <cullum@sacredheartsc.com>2024-11-08 06:43:06 -0500
commit16563f67769c863f61859a825eefcf8fc150d31f (patch)
treeff3859d7c351b324a1b40edd7f8530e806271323 /x11/.xsession
parente039039e31a221e8c5739562e3d1e5cfdef4af74 (diff)
downloaddotfiles-16563f67769c863f61859a825eefcf8fc150d31f.tar.gz
update x11 stuff
Diffstat (limited to 'x11/.xsession')
-rw-r--r--x11/.xsession5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/.xsession b/x11/.xsession
index 25bc758..408e6f9 100644
--- a/x11/.xsession
+++ b/x11/.xsession
@@ -1,4 +1,7 @@
#!/bin/sh
. "${HOME}/.profile"
-. "${HOME}/.xinitrc"
+
+if [ -z "$XDG_CURRENT_DESKTOP" ]; then
+ . "${HOME}/.xinitrc"
+fi