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 = [ programs.gamescope.args = [
"-W 2540" "-W 2540"
"-H 1440" "-H 1440"
"-w 1920" "-w 2560"
"-h 1080" "-h 1440"
"-r 120" "-r 144"
"-F fsr" "-F fsr"
"--fullscreen" "--fullscreen"
"--adaptive-sync" "--adaptive-sync"
"--mangoapp"
"-e"
]; ];
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf"; networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf";

View file

@ -9,7 +9,7 @@
}; };
gamescope = { gamescope = {
enable = true; 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 = { home-manager.users.${username}.programs.mangohud = {