From 64d5837fa8e774079df6c524025f1f383c77dec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 3 Mar 2024 02:12:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(hypr):=20portal=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/portal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/hypr/scripts/portal b/.config/hypr/scripts/portal index 3b5b9bf8..f56374ba 100755 --- a/.config/hypr/scripts/portal +++ b/.config/hypr/scripts/portal @@ -1,8 +1,9 @@ -#!/usr/bin/bash +#!/bin/bash sleep 1 -killall xdg-desktop-portal-hyprland +killall -e xdg-desktop-portal-hyprland +killall -e xdg-desktop-portal-wlr killall xdg-desktop-portal -sleep 1 /usr/lib/xdg-desktop-portal-hyprland & +sleep 2 /usr/lib/xdg-desktop-portal &