Skip to content

Commit cfc4802

Browse files
Update xdg loading
1 parent c8477c9 commit cfc4802

File tree

1 file changed

+7
-1
lines changed
  • share/dotfiles/.config/hypr/scripts

1 file changed

+7
-1
lines changed

share/dotfiles/.config/hypr/scripts/xdg.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ sleep 1
2222
/usr/lib/xdg-desktop-portal-hyprland &
2323
sleep 2
2424

25+
# start xdg-desktop-portal-gtk
26+
if [ -f /usr/lib/xdg-desktop-portal-gtk ] ;then
27+
/usr/lib/xdg-desktop-portal-gtk &
28+
sleep 1
29+
fi
30+
2531
# start xdg-desktop-portal
2632
/usr/lib/xdg-desktop-portal &
27-
sleep 1
33+
sleep 1

0 commit comments

Comments
 (0)