diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 8051b02f..a439339e 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -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