diff --git a/modules/desktop/hypridle.nix b/modules/desktop/hypridle.nix index 100ae68..a9304ed 100644 --- a/modules/desktop/hypridle.nix +++ b/modules/desktop/hypridle.nix @@ -32,15 +32,10 @@ in { listener = [ { - timeout = 60; + timeout = 60 * 1; on-timeout = "${lib.getExe pkgs.brightnessctl} -c backlight -s set 20"; # dim screen, save brightness state on-resume = "${lib.getExe pkgs.brightnessctl} -c backlight -r"; # restore previous screen brightness state } - { - timeout = 60; - on-timeout = "${lib.getExe pkgs.brightnessctl} -d '*:kbd_backlight' -s set 0"; # turn off keyboard backlight, save state - on-resume = "${lib.getExe pkgs.brightnessctl} -d '*:kbd_backlight' -r"; # restore previous keyboard backlight state - } { timeout = 90; # 1.5 min on-timeout = "${hyprctl} dispatch dpms off"; # turn off screen diff --git a/modules/software/dev/git.nix b/modules/software/dev/git.nix index 80c5372..d9c333a 100644 --- a/modules/software/dev/git.nix +++ b/modules/software/dev/git.nix @@ -13,7 +13,7 @@ in { enable = true; package = pkgs.gitFull; - userName = ''reidlab''; + userName = ''Reid "reidlab"''; userEmail = "reidlab325@gmail.com"; signing = {