From 6c73383cc67217d6bcf5c61ce4a44f130a5315f4 Mon Sep 17 00:00:00 2001 From: exu Date: Sun, 3 Dec 2023 14:19:53 +0100 Subject: [PATCH] Add xdg desktop portals --- 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 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