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";