feat(hypr): add non-locking idle blanker
Blank all displays after five minutes without using DPMS or locking the session.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user