Make wm-ready.target want xdg-desktop-portal services

This commit is contained in:
ItsDrike 2023-01-25 10:41:06 +01:00
parent b67f5a2c05
commit 838d9b88ba
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,6 @@
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user start xdg-desktop-portal-hyprland
exec-once = systemctl --user start wm-ready.target exec-once = systemctl --user start wm-ready.target
exec-once = sleep 2 && eww open bar0 exec-once = sleep 2 && eww open bar0

View file

@ -5,3 +5,5 @@ Wants=wireplumber.service
Wants=pipewire-pulse.socket Wants=pipewire-pulse.socket
Wants=systemd-lock-handler.service Wants=systemd-lock-handler.service
Wants=usbguard-notifier.service Wants=usbguard-notifier.service
Wants=xdg-desktop-portal.service
Wants=xdg-desktop-portal-hyprland.service