From f7e14ad36bc4681672241b72549bede6b40c2ad5 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 20 Jul 2022 20:05:32 +0200 Subject: [PATCH] Add swaybg to set background wallpaper --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 2395c071..f1436aa9 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -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