feat: hyprland swipe gestures

This commit is contained in:
DACHXY 2025-01-16 16:06:05 +08:00
parent 2feae7c8d9
commit 26e0aed70e
3 changed files with 10 additions and 2 deletions

View file

@ -19,4 +19,9 @@
cursor = {
no_hardware_cursors = true;
};
gestures = {
workspace_swipe = true;
workspace_swipe_fingers = 3;
};
}