diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index bb8c505..0188a3c 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -13,7 +13,6 @@ 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 start xdg-desktop-portal-hyprland exec-once = systemctl --user start wm-ready.target exec-once = sleep 2 && eww open bar0 diff --git a/home/.config/systemd/user/wm-ready.target b/home/.config/systemd/user/wm-ready.target index 82107d5..88853f3 100644 --- a/home/.config/systemd/user/wm-ready.target +++ b/home/.config/systemd/user/wm-ready.target @@ -5,3 +5,5 @@ Wants=wireplumber.service Wants=pipewire-pulse.socket Wants=systemd-lock-handler.service Wants=usbguard-notifier.service +Wants=xdg-desktop-portal.service +Wants=xdg-desktop-portal-hyprland.service