From 6a4f097cd57df30dcd4520c14b776f5d28afaa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 13 Feb 2024 01:03:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(hypr):=20moved=20?= =?UTF-8?q?portal=20initialization=20into=20the=20autostart=20services=20s?= =?UTF-8?q?cript=20instead=20of=20having=20a=20seperate=20one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/autostart/services | 5 +++-- .config/hypr/scripts/launch_portals | 7 ------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100755 .config/hypr/scripts/launch_portals 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 &