6 lines
84 B
Bash
Executable file
6 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
. "$XDG_STATE_HOME/dbus"
|
|
|
|
exec pipewire -c pipewire-pulse.conf
|