Compare commits
No commits in common. "74ef77bb1fcd4422e81864a2f14adecde0a2687e" and "62eebe2012a7da009d51a62e75af3034ca198cc7" have entirely different histories.
74ef77bb1f
...
62eebe2012
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@ in {
|
|||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
|
||||
userName = ''reidlab'';
|
||||
userName = ''Reid "reidlab"'';
|
||||
userEmail = "reidlab325@gmail.com";
|
||||
|
||||
signing = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue