feat(gamemode): disable pinning cores, crashes some games.
This commit is contained in:
parent
d6c675d63e
commit
44942e2ef7
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@
|
||||||
softrealtime = "auto";
|
softrealtime = "auto";
|
||||||
renice = 10;
|
renice = 10;
|
||||||
};
|
};
|
||||||
|
cpu = {
|
||||||
|
pin_cores = "no";
|
||||||
|
};
|
||||||
custom = {
|
custom = {
|
||||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||||
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue