hyprland: enable 3-finger touchpad workspace swipe

This commit is contained in:
rope 2026-07-21 12:28:09 +01:00
parent 88e1b03f16
commit 94f5e3c64f

View file

@ -162,6 +162,12 @@ in
scroll_event_delay = 50; scroll_event_delay = 50;
}; };
gestures = {
workspace_swipe = true;
workspace_swipe_fingers = 3;
workspace_swipe_forever = true;
};
cursor = { cursor = {
no_warps = true; no_warps = true;
}; };