feat: add gaming profile & include steam in hyprland binds
This commit is contained in:
parent
0ab0b43fa5
commit
a044b1b5fd
3 changed files with 12 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
../../profiles
|
||||
];
|
||||
|
||||
activeProfiles = ["base" "nvidia" "mediaServer"];
|
||||
activeProfiles = ["base" "nvidia" "mediaServer" "gaming"];
|
||||
|
||||
systemModules.user = {
|
||||
ooks.enable = true;
|
||||
|
|
|
|||
|
|
@ -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'";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue