mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Make wm-ready.target want xdg-desktop-portal services
This commit is contained in:
parent
b67f5a2c05
commit
838d9b88ba
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue