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
19.54k stars 820 forks source link

workspace_swipe_invert 'incorrect' behaviour #6836

Closed Estebiu closed 1 month ago

Estebiu commented 1 month ago

Description

Gestures:workspace_swipe_invert inverts both the touchpad's workspace swipe direction and the touchscreen's egde drag one. It's not possible to control these two settings separately, so I believe introducing a 'workspace_swipe_touch_invert' would be worthwhile.

Hubro commented 1 month ago

Personally I think workspace_swipe_invert simply shouldn't affect touch screens, as it don't think a single person will ever intentionally use it.

Estebiu commented 1 month ago

I believe so too; but in my case the gesture orientation was inverted and I don't know if it's that way for everyone, so adding maybe a toggle would be helpful.

Estebiu commented 1 month ago

Thanks @khachbe !