You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a ananicy-cpp-rules collection for ananicy-cpp maintained by the CachyOS team.
Ananicy-cpp & ananicy-cpp-rules
ananicy-cpp - daemon that automatically adjusts the nice levels of processes.
ananicy-cpp-rules - list of rules used to assign specific nice values to specific processes.
The nice value determines the priority of a process, with higher values indicating lower priority and making the process "nicer" to other processes. By default, on Linux workstations, the nice value is set to 0.
How to contribute
You can add your favorite games, apps, and more. Any help would be greatly appreciated! For example, let's say you want to add a game.
Create a new file with the same name as your game, for example, gamename.rules
Examples of rules
The first example is simple. In the second example, it is different because some games generate multiple processes. In such cases, you need to add all the processes related to the game.
GameMode and ananicy-cpp both adjust the nice levels of processes. However, combining both tools is not recommended, and we strongly advise against doing so.