blob: 9b44cee013454b6fa0a026a0c95e857a04744a56 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file contains environment variables that will apply
# to pipewire clients started by the application framework
# libpipewire by default tries to obtain real-time scheduling
# for the streaming thread. This is only useful on the desktop, disable here.
DISABLE_RTKIT=1
# Uncomment to enable libpipewire debug for clients
# 1=error, 2=warning, 3=info, 4=debug, 5=trace
#PIPEWIRE_DEBUG=4
|