feat: Change the timeout to 5min for hyprland
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
};
|
};
|
||||||
listener = [
|
listener = [
|
||||||
{
|
{
|
||||||
timeout = 900;
|
timeout = 300;
|
||||||
on-timeout = "hyprctl dispatch dpms off";
|
on-timeout = "hyprctl dispatch dpms off";
|
||||||
on-resume = "hyprctl dispatch dpms on";
|
on-resume = "hyprctl dispatch dpms on";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user