gamemode
This commit is contained in:
parent
68d23850d8
commit
317ec37863
2 changed files with 8 additions and 2 deletions
|
@ -22,3 +22,4 @@ each host should have these files:
|
||||||
- qt themes?
|
- qt themes?
|
||||||
- sddm cursors no work :(
|
- sddm cursors no work :(
|
||||||
- setup editorconfig everywhere
|
- setup editorconfig everywhere
|
||||||
|
- fix gamemoded cpu sched
|
|
@ -13,7 +13,12 @@ in {
|
||||||
programs.gamemode = {
|
programs.gamemode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableRenice = true;
|
enableRenice = true;
|
||||||
settings = {};
|
settings = {
|
||||||
|
custom = {
|
||||||
|
start = "${pkgs.libnotify}/bin/notify-send --app-name GameMode 'GameMode started'";
|
||||||
|
end = "${pkgs.libnotify}/bin/notify-send --app-name GameMode 'GameMode ended'";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.gamescope = {
|
programs.gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue