Skip to content

Commit

Permalink
home/services/hypridle: reduce timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 3, 2024
1 parent ae605a1 commit d52aa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/home/services/hypridle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ in

listener = [
{
timeout = 900;
timeout = 300;
on-timeout = "${getExe config.programs.hyprlock.package}";
}
{
timeout = 1200;
timeout = 600;
on-timeout = "${getExe' config.wayland.windowManager.hyprland.package "hyprctl"} dispatch dpms off";
on-resume = "${getExe' config.wayland.windowManager.hyprland.package "hyprctl"} dispatch dpms on";
}
Expand Down

0 comments on commit d52aa96

Please sign in to comment.