

A man, a word. This is my gamescope-session.sh
#!/bin/sh
export DXVK_HDR=1
/usr/bin/gamescope --hdr-enabled -e -- /usr/bin/steam-native -tenfoot
I’ve created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)
[Desktop Entry]
Name=Steam Big Picture Mode
Comment=Start Steam in Big Picture Mode
Exec=/home/chaser/bin/gamescope-session.sh
Type=Application
In theory this should run all games, that support hdr in hdr. At least Cyberpunk does.
Oh, one more thing regarding the ssh wizardry (lol!): It’s not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:
That’s the whole magic. Like this it won’t start an interactive shell, but run the command and closes the connection once the command finishes.