Re-enable gamescope capSysNice, use to launch steam and it's not an issue

This commit is contained in:
Evie Litherland-Smith 2025-02-09 13:39:25 +00:00
parent df6acfe71a
commit 35ea099325
2 changed files with 4 additions and 6 deletions

View file

@ -54,14 +54,12 @@
programs.gamescope.args = [
"-W 2540"
"-H 1440"
"-w 1920"
"-h 1080"
"-r 120"
"-w 2560"
"-h 1440"
"-r 144"
"-F fsr"
"--fullscreen"
"--adaptive-sync"
"--mangoapp"
"-e"
];
services.hardware.openrgb.enable = true;
networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf";

View file

@ -9,7 +9,7 @@
};
gamescope = {
enable = true;
capSysNice = false; # Currently a bug with starting Steam games
capSysNice = true; # Currently a bug with starting Steam games
};
};
home-manager.users.${username}.programs.mangohud = {