From 4817eb8cffe1a972e837e720efbd22c56a0ff0eb 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 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