diff --git a/system/Vanguard.nix b/system/Vanguard.nix index 3e0840a3..82e8ed05 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -22,7 +22,9 @@ lutris cartridges prismlauncher - (writeShellScriptBin "steamscope" "gamescope -e -- steam") + (writeShellScriptBin "steamscope" '' + gamescope -w 2560 -h 1440 -r 165 --adaptive-sync --force-grab-cursor --fullscreen -e -- steam -gamepadui + '') ]; programs.obs-studio = { enable = true; @@ -85,13 +87,6 @@ gamescope = { enable = true; capSysNice = true; - args = [ - "-w 2560" - "-h 1440" - "-r 165" - "--adaptive-sync" - "--force-grab-cursor" - ]; }; }; }