Skip to content

Commit

Permalink
Update xdg loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Oct 9, 2024
1 parent c8477c9 commit cfc4802
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion share/dotfiles/.config/hypr/scripts/xdg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfc4802

Please sign in to comment.