Re-enable gamescope capSysNice, use to launch steam and it's not an issue
This commit is contained in:
parent
df6acfe71a
commit
35ea099325
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue