♻️ refactor(hypr): moved portal initialization into the autostart services script instead of having a seperate one
This commit is contained in:
parent
9cea1a9ae2
commit
6a4f097cd5
2 changed files with 3 additions and 9 deletions
|
@ -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 &
|
||||
|
|
|
@ -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 &
|
Loading…
Add table
Reference in a new issue