summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-24 16:42:53 +0200
committerGitHub <noreply@github.com>2026-07-24 16:42:53 +0200
commit2053766d4ff4896e895acfaaa6eaf2bd8c392c40 (patch)
treed537d2eadae49815ae7edb72f07dbe1475936ca9
parent364b11a59ec3f4f2939c578ef576eb247714c2d7 (diff)
Update wm.nix
-rw-r--r--nixos/hosts/bed/components/wm.nix9
1 files changed, 8 insertions, 1 deletions
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,
+ },
},
})