set hypridle to send the system to sleep after 10 min
parent
fd67b37c53
commit
2acab1b4e5
|
|
@ -6,6 +6,10 @@ general {
|
|||
}
|
||||
listener {
|
||||
timeout = 120
|
||||
on-timeout = hyprlock # lock screen when timeout has passed
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600 #10min
|
||||
on-timeout = systemctl suspend # suspend pc
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue