diff --git a/bin/hyprxdg b/bin/hyprxdg index d372b7d..0c085ab 100755 --- a/bin/hyprxdg +++ b/bin/hyprxdg @@ -3,14 +3,11 @@ # Directory for SSH control sockets mkdir -p "${XDG_RUNTIME_DIR}/ssh" & -# Update DBus environment variables -dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP - -# Start the XDG desktop portal -/usr/lib/xdg-desktop-portal-hyprland & - # Start PipeWire sleep 1 artix-pipewire-launcher restart & +# Update DBus environment variables +dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP + wait