diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..484eda7 --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -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 +} diff --git a/.config/hypr/machine.lua##class.arch_desktop b/.config/hypr/machine.lua##class.arch_desktop index 7456606..030294f 100644 --- a/.config/hypr/machine.lua##class.arch_desktop +++ b/.config/hypr/machine.lua##class.arch_desktop @@ -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",