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 =