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