Hyprland/src/managers/input
scorpion-26 babb9c07b0
swipe: Prevent hiding current workspace when swiping (#4417)
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.
2024-01-11 19:22:40 +01:00
..
IdleInhibitor.cpp logging: implement std::formatter for some types (#3380) 2023-09-20 16:25:03 +01:00
InputManager.cpp input: Ignore some input events when focus is on a layer surface (#4306) 2024-01-01 13:02:16 +01:00
InputManager.hpp internal: minor include fixes and missed format 2023-12-29 10:27:09 +01:00
InputMethodRelay.cpp Internal: Hyprland box implementation (#3755) 2023-11-04 17:03:05 +00:00
InputMethodRelay.hpp input: text-input-v1 support (#1778) 2023-03-14 12:57:50 +00:00
Swipe.cpp swipe: Prevent hiding current workspace when swiping (#4417) 2024-01-11 19:22:40 +01:00
Tablets.cpp idle: notify idle on tablet inputs (#4201) 2023-12-20 17:53:54 +01:00
Touch.cpp input: don't send mouse events on touch (#4071) 2023-12-06 14:30:40 +00:00