Compare commits

..

No commits in common. "74ef77bb1fcd4422e81864a2f14adecde0a2687e" and "62eebe2012a7da009d51a62e75af3034ca198cc7" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -32,15 +32,10 @@ in {
listener = [ listener = [
{ {
timeout = 60; timeout = 60 * 1;
on-timeout = "${lib.getExe pkgs.brightnessctl} -c backlight -s set 20"; # dim screen, save brightness state 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 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 timeout = 90; # 1.5 min
on-timeout = "${hyprctl} dispatch dpms off"; # turn off screen on-timeout = "${hyprctl} dispatch dpms off"; # turn off screen

View file

@ -13,7 +13,7 @@ in {
enable = true; enable = true;
package = pkgs.gitFull; package = pkgs.gitFull;
userName = ''reidlab''; userName = ''Reid "reidlab"'';
userEmail = "reidlab325@gmail.com"; userEmail = "reidlab325@gmail.com";
signing = { signing = {