From ddb2718abb86df92a00de58aa23cb03d7e328b33 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 1 Oct 2023 11:22:16 +0200 Subject: [PATCH] replace xdg-desktop-portal-hyprland with xdg-desktop-portal-wlr due to OBS issues --- 2-install-hyprland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-install-hyprland.sh b/2-install-hyprland.sh index 0ff7443..974cc4a 100755 --- a/2-install-hyprland.sh +++ b/2-install-hyprland.sh @@ -48,7 +48,7 @@ echo "" echo "-> Install main packages" packagesPacman=( "hyprland" - "xdg-desktop-portal-hyprland" + "xdg-desktop-portal-wlr" "waybar" "grim" "slurp"