From b0b0347c3dc4b6d22fd4c1e34937297716e8c5ad Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 17 Nov 2025 20:55:29 +0100 Subject: [PATCH] syncing pain --- modules/desktop/home/niri/input.nix | 3 +++ modules/editors/helix/default.nix | 10 ++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/modules/desktop/home/niri/input.nix b/modules/desktop/home/niri/input.nix index 22a9eb2..e93fd3e 100644 --- a/modules/desktop/home/niri/input.nix +++ b/modules/desktop/home/niri/input.nix @@ -7,6 +7,9 @@ variant = "altgr-intl"; }; }; + mouse = { + accel-profile = "flat"; + }; touchpad = { tap = false; natural-scroll = true; diff --git a/modules/editors/helix/default.nix b/modules/editors/helix/default.nix index 71ade3e..e75c477 100644 --- a/modules/editors/helix/default.nix +++ b/modules/editors/helix/default.nix @@ -39,14 +39,8 @@ small_image = "logo"; small_text = "Helix"; idle = { - timeout = 30; - action = "change_activity"; - state = "Idling"; - details = "In Helix"; - large_image = "logo"; - large_text = "Helix"; - small_image = "idle"; - small_text = "Idle"; + timeout = 3600; + # action = "change_activity"; state = "Idling"; details = "In Helix"; large_image = "logo"; large_text = "Helix"; small_image = "idle"; small_text = "Idle"; }; rules = { mode = "blacklist";