Add plasma as a tryable DM

Should probably use something else than a hardcoded list though :|
This commit is contained in:
Geoffrey Frogeye 2021-06-11 19:09:08 +02:00
parent b006590c4d
commit 46abb5f07a
Signed by: geoffrey
GPG Key ID: C72403E7F82E6AD8
1 changed files with 2 additions and 0 deletions

View File

@ -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