diff options
-rw-r--r-- | .xinitrc | 7 |
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 |