-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhypridle.conf
More file actions
34 lines (29 loc) · 773 Bytes
/
Copy pathhypridle.conf
File metadata and controls
34 lines (29 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
general {
after_sleep_cmd = hyprctl dispatch 'hl.dsp.dpms({ action = "enable" })' && ,brightness.sh -r
before_sleep_cmd = ,lock-session.sh
lock_cmd = ,lock-session.sh
ignore_dbus_inhibit = false
}
listener {
timeout = 150
on-timeout = ,brightness.sh --set 10
on-resume = ,brightness.sh -r
}
listener {
timeout = 300
on-timeout = brightnessctl -sd rgb:kbd_backlight set 0
on-resume = brightnessctl -rd rgb:kbd_backlight
}
listener {
timeout = 600
on-timeout = ,lock-session.sh
}
listener {
timeout = 720
on-timeout = hyprctl dispatch 'hl.dsp.dpms({ action = "disable" })'
on-resume = hyprctl dispatch 'hl.dsp.dpms({ action = "enable" })'
}
listener {
timeout = 1800
on-timeout = systemctl suspend
}