mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
hypr: setup idle and lock
This commit is contained in:
parent
f44cdfe93c
commit
a71c011b54
2 changed files with 68 additions and 2 deletions
9
config/hypr/hypridle.conf
Normal file
9
config/hypr/hypridle.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
general {
|
||||
lock_cmd = "hyprlock"
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = "brillo -O; brillo -u 500000 -S 10"
|
||||
on-resume = "brillo -I -u 250000"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue