Add swaybg to set background wallpaper

This commit is contained in:
RealStickman 2022-07-20 20:05:32 +02:00
parent 97a7c517f8
commit 4817eb8cff

View File

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