From 05d691c544eb98dee9cb9b50317945fe1d94dbb8 Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 2 Dec 2023 21:41:26 +0100 Subject: [PATCH] Add qt*-wayland --- 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 306d9c67..dc1631b9 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -54,7 +54,7 @@ clear for choice in $choices; do case $choice in 100) - printf '%s\n' 'sway' 'swaylock' 'swayidle' 'swaybg' 'xorg-xwayland' >> "$setupdir/selectedpkgs.txt" + printf '%s\n' 'sway' 'swaylock' 'swayidle' 'swaybg' 'xorg-xwayland' 'qt5-wayland' 'qt6-wayland' >> "$setupdir/selectedpkgs.txt" ;; esac done