From cfc4802ab36d18b48833e881078c9e1a50a97258 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 9 Oct 2024 20:53:23 +0200 Subject: [PATCH] Update xdg loading --- share/dotfiles/.config/hypr/scripts/xdg.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/dotfiles/.config/hypr/scripts/xdg.sh b/share/dotfiles/.config/hypr/scripts/xdg.sh index 562fee48..6177b64a 100755 --- a/share/dotfiles/.config/hypr/scripts/xdg.sh +++ b/share/dotfiles/.config/hypr/scripts/xdg.sh @@ -22,6 +22,12 @@ sleep 1 /usr/lib/xdg-desktop-portal-hyprland & sleep 2 +# start xdg-desktop-portal-gtk +if [ -f /usr/lib/xdg-desktop-portal-gtk ] ;then + /usr/lib/xdg-desktop-portal-gtk & + sleep 1 +fi + # start xdg-desktop-portal /usr/lib/xdg-desktop-portal & -sleep 1 +sleep 1 \ No newline at end of file