Add gestures

This commit is contained in:
2025-06-02 07:14:07 -04:00
parent 6bb9456c9d
commit 49d419f4bd

View File

@@ -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
}