mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
|
|
listener {
|
|
timeout = 300 # 5.5min
|
|
on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed
|
|
on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired.
|
|
}
|