diff --git a/configs/hyprland/hypr/conf/autostart.conf b/configs/hyprland/hypr/conf/autostart.conf index 437c53f..2c7c221 100644 --- a/configs/hyprland/hypr/conf/autostart.conf +++ b/configs/hyprland/hypr/conf/autostart.conf @@ -3,7 +3,7 @@ # ----------------------------------------------------- # background services : -exec-once = ~/.config/hypr/scripts/dbus-launch.sh & +exec-once = export $(dbus-launch) & exec-once = dbus-update-activation-environment --all & exec-once = ~/.config/hypr/scripts/keyring-launch.sh & exec-once = sleep 1 && pipewire & diff --git a/configs/hyprland/hypr/scripts/dbus-launch.sh b/configs/hyprland/hypr/scripts/dbus-launch.sh deleted file mode 100755 index 671bf35..0000000 --- a/configs/hyprland/hypr/scripts/dbus-launch.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -export $(dbus-launch)