diff --git a/home/hyprland/hypridle/default.nix b/home/hyprland/hypridle/default.nix index e11844f..244404f 100644 --- a/home/hyprland/hypridle/default.nix +++ b/home/hyprland/hypridle/default.nix @@ -16,7 +16,7 @@ on-timeout = "hyprlock"; } { - timeout = 5; + timeout = 1200; on-timeout = "hyprctl dispatch dpms off"; on-resume = "hyprctl dispatch dpms on"; } diff --git a/home/hyprland/hyprland.conf b/home/hyprland/hyprland.conf index a7be463..654c8f0 100644 --- a/home/hyprland/hyprland.conf +++ b/home/hyprland/hyprland.conf @@ -50,6 +50,10 @@ exec-once = systemctl --user start hyprpolkitagent # Notification deamon exec-once = swaync +# Idle after predetermined amount of time +exec-once = hypridle + + ############################# ### ENVIRONMENT VARIABLES ### #############################