mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Disable monitor off timer
This commit is contained in:
parent
8f456c797d
commit
c95386910d
1 changed files with 0 additions and 5 deletions
|
|
@ -32,11 +32,6 @@
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
timeout = 600;
|
timeout = 600;
|
||||||
onTimeout = "hyprctl dispatch dpms off";
|
|
||||||
onResume = "hyprctl dispatch dpms on";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
timeout = 1200;
|
|
||||||
onTimeout = "loginctl lock-session";
|
onTimeout = "loginctl lock-session";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue