2024-06-16 16:56:18 +05:00
|
|
|
listener {
|
2025-02-17 20:37:47 +05:00
|
|
|
timeout = 300
|
2024-10-23 08:40:23 +05:00
|
|
|
on-timeout = ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
2024-06-16 16:56:18 +05:00
|
|
|
}
|
2025-02-17 20:37:47 +05:00
|
|
|
listener {
|
|
|
|
timeout = 460
|
|
|
|
on-timeout = hyprctl dispatch dpms off
|
|
|
|
on-resume = hyprctl dispatch dpms on
|
|
|
|
}
|
|
|
|
listener {
|
|
|
|
timeout = 600
|
|
|
|
on-timeout = systemctl suspend
|
|
|
|
}
|