some testing, doesn't seem to work

This commit is contained in:
twoneis 2024-07-23 19:12:06 +02:00
parent a23a94571e
commit 47084bde93

View file

@ -46,7 +46,10 @@
services.swayidle = { services.swayidle = {
enable = true; enable = true;
events = [ events = [
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock"; } { event = "before-sleep"; command = "swaylock"; }
];
timeouts = [
{ timeout = 5; command = "swaylock"; }
]; ];
}; };