From d9265be63127deaf4c1e5a5276b82de394ef98df Mon Sep 17 00:00:00 2001 From: piecka Date: Wed, 2 Apr 2025 10:46:37 +0200 Subject: [PATCH] addet hypridle --- hypridle.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hypridle.conf diff --git a/hypridle.conf b/hypridle.conf new file mode 100644 index 0000000..6bdf8b7 --- /dev/null +++ b/hypridle.conf @@ -0,0 +1,27 @@ +general { + lock_cmd = pidof swaylock || swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8 + before_sleep_cmd = loginctl lock-session + after_sleep_cmd = hyprctl dispatch dpms on +} + +listener { + timeout = 300 + on-timeout = brightnessctl -s set 10 + on-resume = brightnessctl -r +} + +listener { + timeout = 330 + on-timeout = loginctl lock-session +} + +listener { + timeout = 350 + on-timeout = hyprctl dispatch dpms off + on-resume = hyprctl dispatch dpms on +} + +# listener { +# timeout = 1800 +# on-timeout = systemctl suspend +# }