Add swaybg to set background wallpaper

This commit is contained in:
RealStickman 2022-07-20 20:05:32 +02:00 committed by exu
parent 62ca266a78
commit f7e14ad36b

View File

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