From 8617e488969a4c6957adacb9a847ba3dbfa07e05 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 01:13:50 -0400 Subject: [PATCH] hyprland: enabled suspend after 10 minutes --- home/dotfiles/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dotfiles/hypridle.conf b/home/dotfiles/hypridle.conf index 4db4417f..d1dc3f26 100644 --- a/home/dotfiles/hypridle.conf +++ b/home/dotfiles/hypridle.conf @@ -29,6 +29,6 @@ listener { } listener { - timeout = 1800 # 30min + timeout = 600 # 30min on-timeout = systemctl suspend # suspend pc }