From b53015dc7d62894afb13f99f8aa5a4e4e077fe1c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 20 Mar 2024 19:59:22 +0530 Subject: [PATCH] environment: Disable RTKit and enable log colours for PipeWire --- environment/.config/environment.d/40-misc.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment/.config/environment.d/40-misc.conf b/environment/.config/environment.d/40-misc.conf index e24556c..e631426 100644 --- a/environment/.config/environment.d/40-misc.conf +++ b/environment/.config/environment.d/40-misc.conf @@ -9,3 +9,6 @@ GST_DEBUG_DUMP_DOT_DIR=/tmp/gst-dot GHCUP_USE_XDG_DIRS=1 DEBUGINFOD_URLS="https://debuginfod.archlinux.org/" + +DISABLE_RTKIT=1 +PIPEWIRE_LOG_COLOR=force