blob: 7f9a4351234afd4175dee9da5823b71770db216c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session && niri msg action power-off-monitors
inhibit_sleep = 1
}
listener {
timeout = 300
on-timeout = brightnessctl -se set 10%
on-resume = brightnessctl -r
}
listener {
timeout = 360
on-timeout = systemctl suspend
}
|