diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index ff5edd8b..f26840b1 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -37,8 +37,9 @@ wl-paste --watch cliphist store & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & # Screen sharing and portals -"$scripts"/launch_portals & -xwaylandvideobridge & +/usr/lib/xdg-desktop-portal-hyprland & +/usr/lib/xdg-desktop-portal & +# xwaylandvideobridge & # Audio easyeffects --gapplication-service & diff --git a/.config/hypr/scripts/launch_portals b/.config/hypr/scripts/launch_portals deleted file mode 100755 index 37382a1e..00000000 --- a/.config/hypr/scripts/launch_portals +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -sleep 4 -killall xdg-desktop-portal-hyprland -killall xdg-desktop-portal -/usr/lib/xdg-desktop-portal-hyprland & -sleep 4 -/usr/lib/xdg-desktop-portal &