feat(xorg): blank screen one minute before locking it
parent
af65e47cd3
commit
549a4bb8e3
|
@ -23,5 +23,11 @@
|
|||
'';
|
||||
}
|
||||
];
|
||||
serverFlagsSection = ''
|
||||
Option "BlankTime" "19"
|
||||
Option "StandbyTime" "0"
|
||||
Option "SuspendTime" "0"
|
||||
Option "OffTime" "20"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,4 +17,6 @@
|
|||
};
|
||||
|
||||
programs.kitty.font.size = 16;
|
||||
|
||||
services.screen-locker.inactiveInterval = 20;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue