hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.78k stars 902 forks source link

Infinite workspace_swipe gesture #7432

Open udqy opened 3 months ago

udqy commented 3 months ago

Description

I have the following config:

gestures {
    workspace_swipe = true
    workspace_swipe_fingers = 3
    workspace_swipe_forever = true
}

This lets me to scroll till the first and the last active workspace.

I want to swipe left on the first workspace and reach the last active workspace, like an infinite horizontal scroll.

Couldn't find an option in the wiki. Seems like a cool option to have? Thank you!

rice7th commented 1 month ago

Would be fun to also be able to scroll up and down like a grid, where each workspace is arranged in a different position spatially

udqy commented 1 month ago

Yesss seems doable, will try to contribute