Skip to content

Commit

Permalink
feat: add qtile (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-master21 authored May 16, 2022
1 parent f40b47c commit 2339f8b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions rhino-deinst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ SELECTED=($( dialog --backtitle "Press 'space' to toggle an option, use arrow ke
"23" "XFCE (Ubuntu)" OFF \
"24" "Enlightenment" OFF \
"25" "GNOME Flashback" OFF \
"26" "Qtile" OFF \
3>&1 1>&2 2>&3))

for i in "${SELECTED[@]}"; do
Expand Down Expand Up @@ -129,15 +130,18 @@ for i in "${SELECTED[@]}"; do
23)
desktop+=("xubuntu-desktop")
login_manager="lightdm"
;;
;;
24)
desktop+=("enlightenment")
login_manager="lightdm"
;;
;;
25)
desktop+=("gnome-session-flashback")
login_manager="gdm3"
;;
;;
26)
desktop+=("qtile")
login_manager="lightdm"
esac
done

Expand Down

0 comments on commit 2339f8b

Please sign in to comment.