From 4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 6 Apr 2025 10:48:39 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 2 +- accounts/gkleen@sif/niri/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index a062e83e..11f24f31 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -345,7 +345,7 @@ in { { event = "lock"; command = lockCommand; } ]; timeouts = [ - { timeout = 330; command = lockCommand; } + { timeout = 600; command = lockCommand; } ]; extraArgs = [ "-w" diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 302baea9..216a98ea 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -222,7 +222,7 @@ in { { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } ]; timeouts = [ - { timeout = 300; + { timeout = 540; command = "${lib.getExe niri} msg action power-off-monitors"; } ]; @@ -409,7 +409,7 @@ in { # (leaf "focus-follows-mouse" {}) # (flag "warp-mouse-to-focus") - (plain "touchpad" [ (flag "off") ]) + # (plain "touchpad" [ (flag "off") ]) (plain "trackball" [ (leaf "scroll-method" "on-button-down") (leaf "scroll-button" 278) -- cgit v1.2.3