mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
idle time increase
This commit is contained in:
parent
36c0a70e11
commit
cb1f6058bb
1 changed files with 3 additions and 3 deletions
|
|
@ -243,14 +243,14 @@
|
|||
};
|
||||
|
||||
listener = [
|
||||
# Lock after 5 minutes of inactivity
|
||||
# Lock after 10 minutes of inactivity
|
||||
{
|
||||
timeout = 300;
|
||||
timeout = 600;
|
||||
on-timeout = "hyprlock";
|
||||
}
|
||||
# Turn off display after 10 minutes
|
||||
{
|
||||
timeout = 600;
|
||||
timeout = 750;
|
||||
on-timeout = "hyprctl dispatch dpms off";
|
||||
on-resume = "hyprctl dispatch dpms on";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue