fix: dbus launch
This commit is contained in:
parent
5267f2780e
commit
3843f98087
2 changed files with 1 additions and 4 deletions
|
@ -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 &
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export $(dbus-launch)
|
Loading…
Add table
Reference in a new issue