improved gamescope.sh

This commit is contained in:
2024-11-19 19:56:47 -05:00
parent 8af120b6cf
commit 3582f3c50b
3 changed files with 17 additions and 6 deletions

16
systems/muninn/gamescope.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -xeuo pipefail
gamescopeArgs=(
--adaptive-sync # VRR support
--hdr-enabled
--rt
--steam
)
steamArgs=(
-pipewire-dmabuf
-tenfoot
)
exec gamescope "${gamescopeArgs[@]}" -- steam "${steamArgs[@]}"