From f3e17b53a3351fa6f3c090a76c7680084d1d2eac Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 23 May 2023 14:28:16 -0500 Subject: launch hyprland desktop portal properly --- xdph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 xdph diff --git a/xdph b/xdph new file mode 100755 index 0000000..8f933d7 --- /dev/null +++ b/xdph @@ -0,0 +1,5 @@ +#!/bin/sh + +killall xdg-desktop-portal +/usr/lib/xdg-desktop-portal-hyprland & +/usr/lib/xdg-desktop-portal & -- cgit v1.2.3