From 715519a5b473663ccbcd47b8ea2fb4eebb4f0efd Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Thu, 1 May 2025 21:10:30 -0500 Subject: x: run xfce, kde has annoyed me for the last time --- .xinitrc | 7 ++----- 1 file 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 -- cgit