From 2053766d4ff4896e895acfaaa6eaf2bd8c392c40 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:42:53 +0200 Subject: Update wm.nix --- nixos/hosts/bed/components/wm.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nixos/hosts') diff --git a/nixos/hosts/bed/components/wm.nix b/nixos/hosts/bed/components/wm.nix index 9446e8e..0f5f989 100644 --- a/nixos/hosts/bed/components/wm.nix +++ b/nixos/hosts/bed/components/wm.nix @@ -72,7 +72,14 @@ follow_mouse = 1, sensitivity = 0, force_no_accel = false, - touchpad = { natural_scroll = false }, + touchpad = { + natural_scroll = true, + tap_to_click = true, + disable_while_typing = true, + clickfinger_behavior = true, + middle_button_emulation = true, + tap_and_drag = true, + }, }, }) -- cgit v1.3.1