Add sddm to Plasma 5
This commit is contained in:
parent
ae8d785f19
commit
9d86f764ed
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
. ./lib
|
||||
|
||||
options=()
|
||||
#options+=("sddm-kcm" "" off)
|
||||
options+=("sddm" "" on)
|
||||
#options+=("sddm-kcm" "" on)
|
||||
#options+=("networkmanager" "" on)
|
||||
options+=("breeze-kde4" "" on)
|
||||
options+=("partitionmanager" "" on)
|
||||
|
@ -53,5 +54,10 @@ done
|
|||
|
||||
instpkg "$pkg" "$aurpkg"
|
||||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
'"sddm"') svcenable sddm;;
|
||||
esac
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue