From f00de0e8a0b0fa35820edc0eb1e63713d085c9aa Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 5 Jan 2025 14:45:48 +0530 Subject: home/wayland/swayidle: bump timeout --- home/wayland/modules/sway/swayidle.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home') diff --git a/home/wayland/modules/sway/swayidle.nix b/home/wayland/modules/sway/swayidle.nix index 8e5c208..fd23f41 100644 --- a/home/wayland/modules/sway/swayidle.nix +++ b/home/wayland/modules/sway/swayidle.nix @@ -51,7 +51,7 @@ in { timeouts = [ { - timeout = minute * 4; + timeout = minute * 30; command = "${brightnessctl} --save; " + "${brightnessctl} set 10%-"; @@ -59,12 +59,12 @@ in { } { - timeout = minute * 5; + timeout = minute * 31; command = swaylock; } { - timeout = minute * 10; + timeout = minute * 32; command = "${swaymsg} --type command 'output * dpms off'; " + "${brightnessctl} -c leds -d platform::kbd_backlight --save; " -- cgit v1.2.3