mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 13:56:55 +02:00
feat: pipewire service
This commit is contained in:
parent
a62e8a0643
commit
6d8b77c499
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@
|
|||
|
||||
# core components :
|
||||
# exec-once = $scr_path/keyring-launch.sh
|
||||
exec-once = dbus-update-activation-environment --all &
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
exec-once = /usr/libexec/polkit-kde-authentication-agent-1 &
|
||||
exec-once = sleep 1 && pipewire &
|
||||
exec-once = sleep 1 && pipewire-pulse &
|
||||
exec-once = sleep 1 && /usr/bin/wireplumber &
|
||||
exec-once = sleep 1 && /usr/bin/pipewire-pulse &
|
||||
|
||||
# wallpaper :
|
||||
exec-once = swaybg -i ~/Wallpapers/macos.png &
|
||||
|
|
Loading…
Add table
Reference in a new issue