Initial commit
This commit is contained in:
19
hypridle.conf
Normal file
19
hypridle.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# sample hypridle.conf
|
||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
|
||||
|
||||
general {
|
||||
lock_cmd = ~/.config/dotfiles/hypr/hyprscript start-hyprlock
|
||||
before_sleep_cmd = ~/.config/dotfiles/hypr/hyprscript lock-session
|
||||
after_sleep_cmd = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = ~/.config/dotfiles/hypr/hyprscript lock-session
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 350
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
Reference in New Issue
Block a user