mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
hypridle: fix typo in restore
(#564)
This commit is contained in:
parent
4865c66066
commit
b9ec5f4f38
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ general {
|
|||
listener {
|
||||
timeout = 150 # 2.5min.
|
||||
on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||
on-resume = brightnessctl -r # monitor backlight restor.
|
||||
on-resume = brightnessctl -r # monitor backlight restore.
|
||||
}
|
||||
|
||||
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
|
||||
|
|
Loading…
Reference in a new issue