✨ feat(hypr): load portals on a new external script
This commit is contained in:
parent
b2248d64da
commit
818105d3e2
3 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
spotify &
|
spotify &
|
||||||
# discord &
|
|
||||||
vesktop &
|
vesktop &
|
||||||
thunderbird &
|
thunderbird &
|
||||||
obsidian &
|
obsidian &
|
||||||
|
|
|
@ -37,8 +37,7 @@ wl-paste --watch cliphist store &
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
||||||
# Screen sharing and portals
|
# Screen sharing and portals
|
||||||
/usr/lib/xdg-desktop-portal-hyprland &
|
"$scripts"/portal &
|
||||||
/usr/lib/xdg-desktop-portal &
|
|
||||||
# xwaylandvideobridge &
|
# xwaylandvideobridge &
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
|
|
8
.config/hypr/scripts/portal
Executable file
8
.config/hypr/scripts/portal
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
killall xdg-desktop-portal-hyprland
|
||||||
|
killall xdg-desktop-portal
|
||||||
|
sleep 1
|
||||||
|
/usr/lib/xdg-desktop-portal-hyprland &
|
||||||
|
/usr/lib/xdg-desktop-portal &
|
Loading…
Add table
Reference in a new issue