♻️ refactor(hypr): moved portal initialization into the autostart services script instead of having a seperate one

This commit is contained in:
Sergio Laín 2024-02-13 01:03:24 +01:00
parent 9cea1a9ae2
commit 6a4f097cd5
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 3 additions and 9 deletions

View file

@ -37,8 +37,9 @@ wl-paste --watch cliphist store &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Screen sharing and portals
"$scripts"/launch_portals &
xwaylandvideobridge &
/usr/lib/xdg-desktop-portal-hyprland &
/usr/lib/xdg-desktop-portal &
# xwaylandvideobridge &
# Audio
easyeffects --gapplication-service &

View file

@ -1,7 +0,0 @@
#!/bin/bash
sleep 4
killall xdg-desktop-portal-hyprland
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-hyprland &
sleep 4
/usr/lib/xdg-desktop-portal &