From 65b3b1448968986c0459f23b3a6a4ad0fa3624ee Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 30 Jan 2024 11:26:45 -0500 Subject: [PATCH] feat(hyprland): dont disable touchpad when using kb --- modules/hyprland/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 6971f924..8ea85c8c 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -112,7 +112,10 @@ in { kb_variant = xserver.xkbVariant; follow_mouse = true; - touchpad.natural_scroll = true; + touchpad = { + natural_scroll = true; + disable_while_typing = false; + }; }; exec-once =