diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-03 13:26:33 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-03 13:26:33 -0500 |
commit | 529d46c909630aba3ab595f3237dfa0a182b6486 (patch) | |
tree | 3481f34d2011fb37db98ecc04be9f2d5e0cce9f1 /home/config/hypr/scripts.d/autostart.sh | |
parent | refactor home packages, update nvim config (diff) | |
download | dotfiles-guix-529d46c909630aba3ab595f3237dfa0a182b6486.tar.gz dotfiles-guix-529d46c909630aba3ab595f3237dfa0a182b6486.tar.bz2 dotfiles-guix-529d46c909630aba3ab595f3237dfa0a182b6486.zip |
librewolf => firefox, fix xdg-portals
Diffstat (limited to '')
-rwxr-xr-x | home/config/hypr/scripts.d/autostart.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/config/hypr/scripts.d/autostart.sh b/home/config/hypr/scripts.d/autostart.sh index 30eac54..1c487b0 100755 --- a/home/config/hypr/scripts.d/autostart.sh +++ b/home/config/hypr/scripts.d/autostart.sh @@ -15,3 +15,13 @@ gtk-launch thunderbird & hyprpaper & hypridle & + +sleep 0.5 +killall -e xdg-desktop-portal-hyprland +killall xdg-desktop-portal-gtk +killall xdk-desktop-portal +sleep 0.5 +$GUIX_PROFILE/libexec/xdg-desktop-portal-gtk & +$GUIX_PROFILE/libexec/xdg-desktop-portal-hyprland & +sleep 2 +$GUIX_PROFILE/libexec/xdg-desktop-portal & |