Also install xwayland

This commit is contained in:
RealStickman 2022-07-20 15:54:11 +02:00
parent c407a481d7
commit 9e7fa8b198

View File

@ -45,7 +45,7 @@ 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