Disable capSysNice for gamescope to fix an issues launching games
Add gamescope args for Vanguard Inhibit idle when gamescope is running
This commit is contained in:
parent
f190cb58ed
commit
bd6f59bb8f
|
@ -51,6 +51,16 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
programs.gamescope.args = [
|
||||||
|
"-W 2540"
|
||||||
|
"-H 1440"
|
||||||
|
"-r 120"
|
||||||
|
"-F fsr"
|
||||||
|
"--fullscreen"
|
||||||
|
"--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";
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
|
@ -295,7 +295,7 @@
|
||||||
"idleinhibit fullscreen, class:firefox|com.github.rafostar.Clapper"
|
"idleinhibit fullscreen, class:firefox|com.github.rafostar.Clapper"
|
||||||
|
|
||||||
# Inhibit idle when playing games
|
# Inhibit idle when playing games
|
||||||
"idleinhibit always, class:(steam_app|Minecraft).*"
|
"idleinhibit always, class:(steam_app|gamescope|Minecraft).*"
|
||||||
|
|
||||||
# LibreOffice
|
# LibreOffice
|
||||||
"suppressevent fullscreen maximize, class:(libreoffice|soffice)(.*)"
|
"suppressevent fullscreen maximize, class:(libreoffice|soffice)(.*)"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
};
|
};
|
||||||
gamescope = {
|
gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
capSysNice = true;
|
capSysNice = false; # 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