From 9e7fa8b198c0efe62f676ca85cc55402e08a372e Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 20 Jul 2022 15:54:11 +0200 Subject: [PATCH] Also install xwayland --- 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 6803cea0..8051b02f 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' 'seatd' >> "$setupdir/selectedpkgs.txt" + printf '%s\n' 'sway' 'swaylock' 'swayidle' 'xorg-xwayland' >> "$setupdir/selectedpkgs.txt" esac done