diff --git a/arch-setup/install.sh b/arch-setup/install.sh index dc1631b9..4ed82498 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' 'qt5-wayland' 'qt6-wayland' >> "$setupdir/selectedpkgs.txt" + printf '%s\n' 'sway' 'swaylock' 'swayidle' 'swaybg' 'xorg-xwayland' 'xdg-desktop-portal-wlr' 'xdg-desktop-portal-gtk' 'qt5-wayland' 'qt6-wayland' >> "$setupdir/selectedpkgs.txt" ;; esac done