From bb849109dcd09fb17761a10e608298bdda1c03a2 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 3 Feb 2025 22:33:42 -0800 Subject: [PATCH] chore: Restore audio timeout for battery profile --- .../usr/lib/tuned/profiles/balanced-battery-bazzite/tuned.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system_files/desktop/shared/usr/lib/tuned/profiles/balanced-battery-bazzite/tuned.conf b/system_files/desktop/shared/usr/lib/tuned/profiles/balanced-battery-bazzite/tuned.conf index 81f07a4049..ec0f9d83a7 100644 --- a/system_files/desktop/shared/usr/lib/tuned/profiles/balanced-battery-bazzite/tuned.conf +++ b/system_files/desktop/shared/usr/lib/tuned/profiles/balanced-battery-bazzite/tuned.conf @@ -10,5 +10,8 @@ include = balanced-bazzite energy_performance_preference=balance_power boost=1 +[audio] +timeout=10 + [video] panel_power_savings=1 \ No newline at end of file