summaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts')
-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,
+ },
},
})