gestures update trackpad

This commit is contained in:
2026-01-19 16:01:27 +01:00
parent 1a415a7c2a
commit 290589274f
+19
View File
@@ -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 {