changed some stuff lmao

This commit is contained in:
2025-11-04 11:57:41 -08:00
parent bf8d1458d6
commit 66dda01b54
8 changed files with 33 additions and 51 deletions

View File

@@ -1,4 +1,9 @@
listener {
timeout = 100
on-timeout = ~/.config/scripts/idle.sh
on-timeout = hyprctl dispatch dpms off
}
listener {
timeout = 105
on-timeout = pgrep -x hyprlock || hyprlock & sleep 0.5; systemctl suspend
}