Move Default Gamescope Args

This commit is contained in:
Arta48
2024-01-22 21:44:47 +03:00
parent d20fdfd087
commit acc2832649
2 changed files with 1 additions and 2 deletions

View File

@ -916,8 +916,6 @@ pw_init_db () {
fi
[[ "${START_FROM_STEAM}" == 1 ]] && export PW_GUI_DISABLED_CS=1
[[ "${START_FROM_PP_GUI}" == 1 ]] && export PW_GUI_DISABLED_CS=0 && unset START_FROM_PP_GUI
[[ -z "$GAMESCOPE_ARGS" ]] && export GAMESCOPE_ARGS="-F fsr"
return 0
}