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 = [
|
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";
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue