aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/sils/swayidle/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/users/sils/swayidle/default.nix b/users/sils/swayidle/default.nix
index f901a58..beddfd5 100644
--- a/users/sils/swayidle/default.nix
+++ b/users/sils/swayidle/default.nix
@@ -14,14 +14,14 @@
];
timeouts = [
{
- timeout = 120;
+ timeout = 60;
command = "${pkgs.swaylock}/bin/swaylock -f";
}
- #{
- # timeout = 140;
- # command = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off";
- # resumeCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms on";
- #}
+ {
+ timeout = 40;
+ command = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off";
+ resumeCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms on";
+ }
];
systemdTarget = "hyprland-session.target";
};