feat: add gaming profile & include steam in hyprland binds

This commit is contained in:
ooks-io 2024-02-13 21:45:58 +13:00
parent 0ab0b43fa5
commit a044b1b5fd
3 changed files with 12 additions and 6 deletions

View file

@ -20,8 +20,14 @@ in
gamemode = {
enable = true;
settings = {
softrealtime = "auto";
renice = 15;
general = {
renice = 15;
softrealtime = "auto";
};
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
};
};
};
};