From 816f97aa1c68bed6d95080e97b3be63867b4ab19 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 8 Apr 2023 00:02:56 +0530 Subject: [PATCH] tap to click --- home/wm/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index bcac869..eaf7958 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -41,8 +41,8 @@ in input { touchpad { + clickfinger_behavior = true disable_while_typing = true - middle_button_emulation = true natural_scroll = true tap-to-click = true }