feat(hypr): add launcher for xdg desktop portal
This commit is contained in:
parent
c4c373ec6b
commit
e4b097773e
@ -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
|
||||
|
8
dots/.config/hypr/scripts/launchers/launch-desktop-portal.bash
Executable file
8
dots/.config/hypr/scripts/launchers/launch-desktop-portal.bash
Executable 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 &
|
Loading…
Reference in New Issue
Block a user