gamemode
This commit is contained in:
parent
68d23850d8
commit
317ec37863
2 changed files with 8 additions and 2 deletions
|
@ -21,4 +21,5 @@ each host should have these files:
|
|||
- bitwarden
|
||||
- qt themes?
|
||||
- sddm cursors no work :(
|
||||
- setup editorconfig everywhere
|
||||
- setup editorconfig everywhere
|
||||
- fix gamemoded cpu sched
|
|
@ -13,7 +13,12 @@ in {
|
|||
programs.gamemode = {
|
||||
enable = 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 = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue