From 12aad4b49d43efc155c8bd26d80fb95c8375081f Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Sun, 3 Aug 2025 22:56:33 -0700 Subject: [PATCH] change sensitivity to 0.3, this allows me to tranverse the entire screen in one swipe --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c619426..ceb3188 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -174,7 +174,7 @@ input { repeat_rate = 50 follow_mouse = 1 - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = 0.3 # -1.0 - 1.0, 0 means no modification. touchpad { natural_scroll = false