hyprxdg : lancement de PipeWire
This commit is contained in:
parent
fdaa62625c
commit
16998000e1
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@ set -x
|
||||||
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
||||||
|
|
||||||
# Start PipeWire
|
# Start PipeWire
|
||||||
artix-pipewire-launcher restart
|
pipewire &
|
||||||
|
pipewire -c pipewire-pulse.conf &
|
||||||
|
sleep 1
|
||||||
|
wireplumber &
|
||||||
|
|
||||||
# Update DBus environment variables
|
# Update DBus environment variables
|
||||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
Loading…
Reference in a new issue