From 845798c1f4b0f1e7b3250a52e21d04c98baac42f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 14 Sep 2024 10:26:29 +0100 Subject: [PATCH] Update gamescope args and steamscope command --- system/Vanguard.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index 7d93b24b..3e0840a3 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -22,7 +22,7 @@ lutris cartridges prismlauncher - (writeShellScriptBin "steamscope" " gamescope -e -- steam -gamepaduid ") + (writeShellScriptBin "steamscope" "gamescope -e -- steam") ]; programs.obs-studio = { enable = true; @@ -86,12 +86,11 @@ enable = true; capSysNice = true; args = [ - "-W 2560" - "-H 1440" + "-w 2560" + "-h 1440" "-r 165" - "--expose-wayland" - "--fullscreen" "--adaptive-sync" + "--force-grab-cursor" ]; }; };