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
|
|
@ -50,10 +50,9 @@ in
|
|||
volume = "${volumeScript}/bin/volume";
|
||||
|
||||
swaylock = "${config.programs.swaylock.package}/bin/swaylock";
|
||||
spotify = "${terminal} -e spotify_player";
|
||||
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
||||
discord = "${pkgs.vesktop}/bin/vesktop";
|
||||
|
||||
|
||||
explorer = "${pkgs.cinnamon.nemo-with-extensions}/bin/nemo";
|
||||
|
||||
#makoctl = "${config.services.mako.package}/bin/makoctl";
|
||||
|
|
@ -69,10 +68,11 @@ in
|
|||
"SUPER, b, exec, ${browser}"
|
||||
"SUPER, return, exec, ${terminal}"
|
||||
"SUPER, e, exec, ${editor}"
|
||||
"SUPER, m, exec, ${spotify}"
|
||||
"SUPERSHIFT, P, exec, ${password}"
|
||||
"SUPER, d, exec, ${discord}"
|
||||
"SUPER, e, exec, ${explorer}"
|
||||
"SUPERSHIFT, S, exec, steam"
|
||||
|
||||
|
||||
|
||||
# Spotify PLayer Controls
|
||||
|
|
|
|||
|
|
@ -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