From 290589274fffcd25f2e641f449af3206b3121147 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 19 Jan 2026 16:01:27 +0100 Subject: [PATCH] gestures update trackpad --- .config/hypr/hyprland.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6497a63..31e42cc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -32,6 +32,25 @@ input { clickfinger_behavior = true } } +# hyprctl devices +device { + name = apple-inc.-magic-trackpad + sensitivity = 0.1 + natural_scroll = true +} + +# Gestures +gesture = 4, horizontal, workspace +gesture = 4, vertical, special, magic +# gesture = 4, down, close +# gesture = 4, up, dispatcher, exec, rofi -show drun +gesture = 3, swipe, mod: SUPER, resize +gesture = 3, swipe, mod: Alt, move +gesture = 3, vertical, fullscreen +gesture = 3, left, dispatcher, focusmonitor, -1 +gesture = 3, left, mod: CTRL, dispatcher, movetoworkspace, -1 +gesture = 3, right, dispatcher, focusmonitor, +1 +gesture = 3, right, mod: CTRL, dispatcher, movetoworkspace, +1 # General general {