This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Default config taken from hypridle wiki : https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/ | |
| general { | |
| lock_cmd = pidof qs || qs -c noctalia-shell ipc call lockScreen lock # avoid multiple hyprlock instance | |
| before_sleep_cmd = qs -c noctalia-shell ipc call lockScreen lock | |
| after_sleep_cmd = niri msg action power-on-monitors# press one key to wake up screen | |
| } | |
| listener { | |
| timeout = 150 | |
| on-timeout = brightnessctl -s set 0 |