Also install xwayland

This commit is contained in:
RealStickman 2022-07-20 15:54:11 +02:00 committed by exu
parent 435d2d8f34
commit 62ca266a78

View File

@ -50,7 +50,7 @@ for choice in $choices; do
echo "i3-gaps" >> "$setupdir/selectedpkgs.txt"
;;
101)
printf '%s\n' 'sway' 'swaylock' 'swayidle' 'seatd' >> "$setupdir/selectedpkgs.txt"
printf '%s\n' 'sway' 'swaylock' 'swayidle' 'xorg-xwayland' >> "$setupdir/selectedpkgs.txt"
esac
done