moby: auto-screenoff: bump timeout from 150s -> 300s

This commit is contained in:
Colin 2024-03-07 23:14:03 +00:00
parent bb300a4eb5
commit f44c3f2e1f

View File

@ -40,7 +40,7 @@
sane.programs.sway.enableFor.user.colin = true;
sane.programs.swaylock.enableFor.user.colin = false; #< not usable on touch
sane.programs.schlock.enableFor.user.colin = true;
sane.programs.swayidle.config.actions.screenoff.delay = 150;
sane.programs.swayidle.config.actions.screenoff.delay = 300;
sane.programs.swayidle.config.actions.screenoff.enable = true;
sane.programs.sane-input-handler.enableFor.user.colin = true;
sane.programs.blueberry.enableFor.user.colin = false; # bluetooth manager: doesn't cross compile!