From 49d419f4bd051d8170936d5b039a73ef00d15dd0 Mon Sep 17 00:00:00 2001 From: pmcc Date: Mon, 2 Jun 2025 07:14:07 -0400 Subject: [PATCH] Add gestures --- .config/hypr/input.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index e260460..9f6ee95 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -11,11 +11,12 @@ input { sensitivity = 0 # -1.0 - 1.0, 0 means no modification. touchpad { - natural_scroll = false + natural_scroll = true } } # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { - workspace_swipe = false + workspace_swipe = true + workspace_swipe_fingers = 4 }