feat(hypr): add launcher for xdg desktop portal

This commit is contained in:
Price Hiller 2023-10-17 09:09:42 -05:00
parent c4c373ec6b
commit e4b097773e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME GTK_THEME
exec-once = ~/.config/hypr/scripts/launchers/events-monitor.bash
exec-once = ~/.config/hypr/scripts/launchers/launch-waybar.bash
exec-once = ~/.config/hypr/scripts/launchers/launch-desktop-portal.bash
exec-once = mako --history 1
exec-once = udiskie --tray
exec-once = blueman-applet

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
sleep 1
killall -e xdg-desktop-portal-hyprland
killall -e xdg-desktop-portal-wlr
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-hyprland &
sleep 2
/usr/lib/xdg-desktop-portal &