From f93d55cb7cc78aa3d94b3d10de62cc3e3e6f5faa Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Mon, 29 Sep 2025 11:51:58 +0500 Subject: [PATCH] feat: added falcond to gamemode conflict list Signed-off-by: Boris Yumankulov --- data_from_portwine/scripts/functions_helper | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 91c5782e..1ec03dad 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3845,14 +3845,15 @@ start_portwine () { && (systemctl is-active --quiet ananicy.service \ || systemctl is-active --quiet ananicy-cpp.service \ || systemctl is-active --quiet scx.service \ - || systemctl is-active --quiet scx_loader.service) + || systemctl is-active --quiet scx_loader.service) \ + || systemctl is-active --quiet falcond) then export GAMEMODERUN=0 export PW_GAMEMODERUN_SLR="" if command -v powerprofilesctl &>/dev/null ; then if powerprofilesctl list | grep -q 'performance:' ; then export PW_POWERPROFILECTL_SLR="powerprofilesctl launch -p performance --" - print_info "Gamemode replaced by powerprofilectl to avoid conflict with ananicy and sched-ext." + print_info "Gamemode replaced by powerprofilectl to avoid conflicts" else export PW_POWERPROFILECTL_SLR="" fi