From 46abb5f07ae3baf5e0960cb6c5ec2ee49e5d7d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Fri, 11 Jun 2021 19:09:08 +0200 Subject: [PATCH] Add plasma as a tryable DM Should probably use something else than a hardcoded list though :| --- xsession | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xsession b/xsession index c7950d6..a6fe57f 100755 --- a/xsession +++ b/xsession @@ -33,6 +33,7 @@ tryDM() { monster|monsterwm ) executable=monsterwm;; notion ) executable=notion;; openbox ) executable=openbox-session;; + plasma ) executable=startplasma-x11;; unity ) executable=unity;; xfce|xfce4 ) executable=startxfce4;; xmonad ) executable=xmonad;; @@ -53,6 +54,7 @@ fi tryDM i3 tryDM xfce4 tryDM mate +tryDM plasma tryDM gnome tryDM kde