b93b27e43a
Blank all displays after five minutes without using DPMS or locking the session.
7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
# Non-locking Wayland screen blanker. It covers every monitor in black and
|
|
# dismisses itself on any key press or mouse click; it never changes DPMS.
|
|
listener {
|
|
timeout = 300
|
|
on-timeout = /home/alex/.local/bin/wayshell-blanker
|
|
}
|