modules/graphical: increase swaylock timings

This commit is contained in:
b12f 2024-08-30 14:07:40 +02:00
parent 286a0b32d1
commit 9fc9b6b5c8
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -96,16 +96,16 @@ in {
];
timeouts = [
{
timeout = 120;
timeout = 300;
command = "${swaylock-bg}/bin/swaylock-bg";
}
{
timeout = 130;
timeout = 180;
command = "${sway}/bin/swaymsg \"output * dpms off\"";
resumeCommand = "${sway}/bin/swaymsg \"output * dpms on\"";
}
{
timeout = 300;
timeout = 600;
command = "${systemd}/bin/systemctl hibernate";
}
];