From 03abcccb51412181f6e59aa4da7272140ec7fa6f Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 29 Feb 2024 19:48:14 +0100 Subject: [PATCH] make idle timeout less aggro --- modules/shell/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/helix.nix b/modules/shell/helix.nix index 14029d7..b182b86 100644 --- a/modules/shell/helix.nix +++ b/modules/shell/helix.nix @@ -35,7 +35,7 @@ display-inlay-hints = true; }; shell = ["nu" "-c"]; - idle-timeout = 0; + idle-timeout = 30; indent-guides = { render = true; character = "│";