This commit is contained in:
2025-09-15 17:59:45 +03:00
parent 86f66b5734
commit 26641fdad9
8 changed files with 70 additions and 12 deletions

View File

@@ -2,6 +2,8 @@
sleep 1
notify-send "ocbwoy3-gentoo-debug" "ran xdg setup"
# kill all possible running xdg-desktop-portals
kill -9 $(pidof xdg-desktop-portal-hyprland)
kill -9 $(pidof xdg-desktop-portal-gnome)
@@ -13,9 +15,13 @@ kill -9 $(pidof xdg-desktop-portal)
sleep 1
# start xdg-desktop-portal-hyprland
/usr/lib/xdg-desktop-portal-hyprland &
hyprctl dispatch exec /usr/lib/xdg-desktop-portal-hyprland &
sleep 2
notify-send "ocbwoy3-gentoo-debug" "xdph"
# start xdg-desktop-portal
/usr/lib/xdg-desktop-portal &
hyprctl dispatch exec /usr/lib/xdg-desktop-portal &
sleep 1
notify-send "ocbwoy3-gentoo-debug" "xdp"