From a6bf23a59225f0b1c035ff65087852e58a7b4a21 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Feb 2026 21:14:34 +0100 Subject: [PATCH] Suggest scrolling layout swiping --- config/hypr/input.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hypr/input.conf b/config/hypr/input.conf index 841c8f42..5639f2c0 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -18,7 +18,7 @@ input { # Increase sensitivity for mouse/trackpad (default: 0) # sensitivity = 0.35 - + # Turn off mouse acceleration (default: false) # force_no_accel = true @@ -47,3 +47,7 @@ windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2 # Enable touchpad gestures for changing workspaces # See https://wiki.hyprland.org/Configuring/Gestures/ # gesture = 3, horizontal, workspace + +# Enable touchpad gestures for moving focus (helpful on scrolling layout) +# gesture = 3, left, dispatcher, movefocus, l +# gesture = 3, right, dispatcher, movefocus, r