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
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@ return {
|
|||||||
},
|
},
|
||||||
startup = {
|
startup = {
|
||||||
"noctalia",
|
"noctalia",
|
||||||
|
"hypridle",
|
||||||
-- Electron's tray icon registers only when the SNI watcher already exists.
|
-- Electron's tray icon registers only when the SNI watcher already exists.
|
||||||
"sh -c 'sleep 2; exec mullvad-vpn'",
|
"sh -c 'sleep 2; exec mullvad-vpn'",
|
||||||
"thunderbird",
|
"thunderbird",
|
||||||
|
|||||||
Reference in New Issue
Block a user