From aba2ad0d675c7e3bff0b8c792bb9913532d24788 Mon Sep 17 00:00:00 2001 From: Matt Carrier Date: Sun, 10 Mar 2024 17:32:54 -0700 Subject: [PATCH] feat: add test gamescope command --- modules/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/fish.nix b/modules/shell/fish.nix index 9881147..78ee701 100644 --- a/modules/shell/fish.nix +++ b/modules/shell/fish.nix @@ -47,7 +47,7 @@ shellAliases = import ./aliases.nix; shellAbbrs = { - steam3840 = "MANGOHUD_CONFIG=\"horizontal,background_alpha=0\" gamescope -w 3840 -h 2160 -W 3840 -H 2160 -F nis -r 120 -f -b -e -- mangohud steam -gamepadui"; # -b boarderless + test_gamescope = "steam-run gamescope -W 1920 -H 1080 -w 1920 -h 1080 -r 120 -- mangohud glxgears -geometry 1920x1080"; steam3440 = "MANGOHUD_CONFIG=\"horizontal,background_alpha=0\" gamescope -w 3440 -h 1440 -W 3440 -H 1440 -F nis -r 120 -f -b -e -- mangohud steam -gamepadui"; # -b boarderless steamscope = "gamescope -w 3440 -h 1440 -W 3440 -H 1440 -r 120 -f -b -e -- mangohud steam -gamepadui"; # -b boarderless steamgame = "gamescope -w 3440 -h 1440 -W 3440 -H 1440 -r 120 -Y -b -e -- steam -gamepadui"; # -Y nvidia scaling, -b boarderless