blob: c74b941d671cfce3423e860f53de66f59e7a2d06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This file contains environment variables that will apply
# to the pipewire daemon as well as its session manager
# Disable rtkit for wireplumber, which is also a client
DISABLE_RTKIT=1
# Uncomment to enable wireplumber debug
#G_MESSAGES_DEBUG=all
# Uncomment to enable pipewire debug
# 1=error, 2=warning, 3=info, 4=debug, 5=trace
#PIPEWIRE_DEBUG=4
|