fix(hypridle): decrease timeout
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has passed
|
on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has passed
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
timeout = 1800; # 30min
|
timeout = 660;
|
||||||
on-timeout = "systemctl suspend"; # suspend pc
|
on-timeout = "systemctl suspend"; # suspend pc
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user