improved gamescope.sh

This commit is contained in:
2024-11-19 19:56:47 -05:00
parent e8be050005
commit d50eef3662
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[@]}"