some bullshit

This commit is contained in:
2026-02-09 00:01:49 -08:00
parent 0f5c6f6d20
commit fd0ffb1544
10 changed files with 116 additions and 110 deletions

View File

@@ -1,9 +1,9 @@
listener {
timeout = 100
on-timeout = hyprctl dispatch dpms off
on-timeout = notify-send -t 5000 "Hypridle" "System will suspend in 5 seconds..."
}
listener {
timeout = 105
on-timeout = pgrep -x hyprlock || hyprlock & sleep 0.5; systemctl suspend
on-timeout = ~/.config/scripts/lock.sh
}