diff --git a/README.md b/README.md index 6ca6cfb..fb22e70 100755 --- a/README.md +++ b/README.md @@ -21,4 +21,5 @@ each host should have these files: - bitwarden - qt themes? - sddm cursors no work :( - - setup editorconfig everywhere \ No newline at end of file + - setup editorconfig everywhere + - fix gamemoded cpu sched \ No newline at end of file diff --git a/modules/software/distractions/steam.nix b/modules/software/distractions/steam.nix index 7a21932..e9b8b83 100644 --- a/modules/software/distractions/steam.nix +++ b/modules/software/distractions/steam.nix @@ -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;