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:
2026-08-03 17:54:40 +02:00
parent a91c8cf8f2
commit b93b27e43a
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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
}
@@ -10,6 +10,7 @@ return {
},
startup = {
"noctalia",
"hypridle",
-- Electron's tray icon registers only when the SNI watcher already exists.
"sh -c 'sleep 2; exec mullvad-vpn'",
"thunderbird",