Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gestures:workspace_swipe_min_fingers option #6342

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

JohnMH
Copy link
Contributor

@JohnMH JohnMH commented Jun 6, 2024

When gestures:workspace_swipe_min_fingers is enabled, gestures:workspace_swipe_fingers is considered to be the minimum number of fingers required to swipe.

This behavior is more similar to the sway and macOS.

For example, this allows you to set workspace_swipe_fingers to 3, but swipe with 4 or more fingers instead of 3.

To avoid changing behavior for existing users, this setting is disabled by default.

vaxerski
vaxerski previously approved these changes Jun 6, 2024
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, wiki mr needed

@JohnMH
Copy link
Contributor Author

JohnMH commented Jun 6, 2024

See hyprwm/hyprland-wiki#676

@vaxerski
Copy link
Member

vaxerski commented Jun 7, 2024

rebase on main and run clang-format pls

When gestures:workspace_swipe_min_fingers is enabled,
gestures:workspace_swipe_fingers is considered to be the minimum
number of fingers required to swipe.

This behavior is more similar to sway and macOS's default behavior.

For example, this allows you to set workspace_swipe_fingers to 3,
but swipe with 4 or more fingers instead of 3.
@vaxerski
Copy link
Member

vaxerski commented Jun 7, 2024

thanks!

@vaxerski vaxerski merged commit 40ce17b into hyprwm:main Jun 7, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants