Merge pull request 'disable sway autosuspend for now' (#49) from disable-autosuspend into main

Reviewed-on: #49
This commit is contained in:
Charlotte 🦝 Delenk 2023-05-04 12:43:10 +00:00
commit d8d0c79da5
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -43,10 +43,10 @@ in {
command = "${screen-off-script}";
resumeCommand = "${resume-script}";
}
{
timeout = 900;
command = "${suspend-script}";
}
#{
# timeout = 900;
# command = "${suspend-script}";
#}
];
};
}