Commit b615f222 authored by Mikhail Tergoev's avatar Mikhail Tergoev

minor changes

parent 671a7219
......@@ -2719,7 +2719,9 @@ start_portwine () {
if check_gamescope_session ; then
export PW_GAMEMODERUN_SLR=""
elif [[ "$PW_USE_GAMEMODE" = "1" ]] && [[ -n "$DBUS_SESSION_BUS_ADDRESS" ]]; then
if systemctl is-active --quiet ananicy.service || systemctl is-active --quiet ananicy-cpp.service; then
if systemctl is-active --quiet ananicy.service \
|| systemctl is-active --quiet ananicy-cpp.service
then
export GAMEMODERUN=0
export PW_GAMEMODERUN_SLR=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment