mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
15 lines
271 B
Plaintext
Executable File
15 lines
271 B
Plaintext
Executable File
#if you prefer automatic updating
|
|
[volume-pipewire]
|
|
command=$SCRIPT_DIR/volume-pipewire
|
|
interval=persist
|
|
SUBSCRIBE=1
|
|
USE_ALSA_NAME=1
|
|
|
|
|
|
#if you prefer updating only when signaled
|
|
[volume-pipewire]
|
|
command=$SCRIPT_DIR/volume-pipewire
|
|
interval=once
|
|
signal=1
|
|
USE_ALSA_NAME=1
|