remove log since it's not needed
This commit is contained in:
parent
24b6464d0b
commit
ae9a611ea6
47 changed files with 0 additions and 8388 deletions
|
@ -1,29 +0,0 @@
|
|||
general {
|
||||
lock_cmd = pidof hyprlock || hyprlock
|
||||
before_sleep_cmd = loginctl lock-session
|
||||
after_sleep_cmd = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 150
|
||||
on-timeout = brightnessctl -s set 10
|
||||
on-resume = brightnessctl -r
|
||||
}
|
||||
|
||||
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
|
||||
listener {
|
||||
timeout = 150
|
||||
on-timeout = brightnessctl -sd rgb:kbd_backlight set 0
|
||||
on-resume = brightnessctl -rd rgb:kbd_backlight
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 605
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue