fix: dbus launch

This commit is contained in:
hesam-init 2024-03-15 23:28:58 +03:30
parent 5267f2780e
commit 3843f98087
2 changed files with 1 additions and 4 deletions

View file

@ -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 &

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
export $(dbus-launch)