Add qt*-wayland

This commit is contained in:
exu 2023-12-02 21:41:26 +01:00
parent fea813154c
commit 05d691c544

View File

@ -54,7 +54,7 @@ clear
for choice in $choices; do
case $choice in
100)
printf '%s\n' 'sway' 'swaylock' 'swayidle' 'swaybg' 'xorg-xwayland' >> "$setupdir/selectedpkgs.txt"
printf '%s\n' 'sway' 'swaylock' 'swayidle' 'swaybg' 'xorg-xwayland' 'qt5-wayland' 'qt6-wayland' >> "$setupdir/selectedpkgs.txt"
;;
esac
done