Hyprland/hyprtester
Nikolai Nechaev 4f3dd1ddb4
config: fix gesture dispatcher parsing with whitespaces (#11784)
* config: fix gesture dispatcher parsing with whitespaces

Some dispatcher functions (e.g., `moveFocusTo`) expect the given string to be
stripped of whitepsaces.

This fixes `gesture` line parsing: rather than calling dispatcher functions
with the original string, we reuse words parsed by `CConstVarList` and join
them with a comma.

* tests/gestures: Add a test for `movecursortocorner`
2025-09-26 15:49:07 +02:00
..
clients input: add per-device scroll-factor (#11241) 2025-09-02 13:16:43 +02:00
plugin input: add per-device scroll-factor (#11241) 2025-09-02 13:16:43 +02:00
protocols protocols: implement pointer-warp-v1 (#11469) 2025-08-29 22:16:40 +02:00
src config: fix gesture dispatcher parsing with whitespaces (#11784) 2025-09-26 15:49:07 +02:00
CMakeLists.txt input: add per-device scroll-factor (#11241) 2025-09-02 13:16:43 +02:00
test.conf config: fix gesture dispatcher parsing with whitespaces (#11784) 2025-09-26 15:49:07 +02:00