about summary refs log tree commit diff
path: root/.xinitrc
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-05-01 21:10:30 -0500
committerRabbit Whispers <us@starfall.systems>2025-05-01 21:10:30 -0500
commit715519a5b473663ccbcd47b8ea2fb4eebb4f0efd (patch)
tree45c9a63de13e308f28c9c39864248aad55e012c3 /.xinitrc
parent2a84b96427417f559d20a1cf0eaf7bb5ab476acf (diff)
x: run xfce, kde has annoyed me for the last time
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc7
1 files changed, 2 insertions, 5 deletions
diff --git a/.xinitrc b/.xinitrc
index 48bf79b..1f5918b 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -29,10 +29,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
  unset f
 fi
 
-# exec desktop session - KDE or XFCE
-if command -v startplasma-x11 > /dev/null 2>&1; then
-	export DESKTOP_SESSION=plasma
-	exec startplasma-x11
-elif command -v startxfce4 > /dev/null 2>&1; then
+# exec desktop session - XFCE
+if command -v startxfce4 > /dev/null 2>&1; then
 	exec startxfce4
 fi