disable sway autosuspend for now

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-04 13:22:55 +01:00
parent b87c10a4ce
commit 0a08586930
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

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