mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
13 lines
388 B
Text
13 lines
388 B
Text
|
# -*- mode: sh; -*-
|
||
|
|
||
|
# Additional command line arguments for wireplumber.
|
||
|
OPTS=''
|
||
|
|
||
|
# Setting this to 1 enables logging, any other value - disables.
|
||
|
LOGGING_ENABLE=0
|
||
|
# Set the wireplumber log level.
|
||
|
# See: https://pipewire.pages.freedesktop.org/wireplumber/daemon-logging.html
|
||
|
LOG_LEVEL=2
|
||
|
# The directory will be created for you, if logging is enabled.
|
||
|
LOG_DIR="$HOME/var/log/wireplumber"
|