mirror of
https://github.com/hyprwm/Hyprland
synced 2026-04-25 15:00:42 +02:00
When workspace_swipe_use_r is enabled, swiping from WS 1 to a non-empty WS 2 would hide WS 1 (Similar effect to issue #4076). This is caused by a faulty check which doesn't consider, that workspaceIDLeft could be the current workspace. This bug is only a problem for r, because m wraps around on WS 1 m-1, whereas r stays on WS 1. |
||
|---|---|---|
| .. | ||
| IdleInhibitor.cpp | ||
| InputManager.cpp | ||
| InputManager.hpp | ||
| InputMethodRelay.cpp | ||
| InputMethodRelay.hpp | ||
| Swipe.cpp | ||
| Tablets.cpp | ||
| Touch.cpp | ||