mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
Add hyprland
This commit is contained in:
14
playbooks/roles/desktop_hyprland/templates/hypridle.conf.j2
Normal file
14
playbooks/roles/desktop_hyprland/templates/hypridle.conf.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
general {
|
||||
lock_cmd = pidof hyprlock || hyprlock
|
||||
before_sleep_cmd = hyprlock & disown && systemctl suspend
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = hyprlock
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = systemctl suspend
|
||||
}
|
||||
Reference in New Issue
Block a user