Hyprland: swaydle timeout increase

This commit is contained in:
Filippo Berto 2023-12-05 23:10:57 +01:00
parent 3108562c8c
commit ee9cceebcf
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -6,7 +6,7 @@
{ event = "lock"; command = "${pkgs.way-lockscreen}/bin/way-lockscreen"; }
];
timeouts = [
{ timeout = 60; command = "${pkgs.way-lockscreen}/bin/way-lockscreen"; }
{ timeout = 120; command = "${pkgs.way-lockscreen}/bin/way-lockscreen"; }
];
};
}