Add plasma as a tryable DM
Should probably use something else than a hardcoded list though :|
This commit is contained in:
parent
b006590c4d
commit
46abb5f07a
2
xsession
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue