``` sudo rpm-ostree usroverlay sudo nano /usr/bin/steamos-session-select ``` And waaaay at the botto

sudo rpm-ostree usroverlay
sudo nano /usr/bin/steamos-session-select

And waaaay at the bottom you'll see this
if [[ $session_launcher=gamescope-session.desktop ]]; then
   systemctl start handycon.service
else
   systemctl stop handycon.service
fi

Try removing those lines and then see if it works
Was this page helpful?