SIGN IN SIGN UP
hyprwm / Hyprland UNCLAIMED

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

0 0 48 C++

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`
N
Nikolai Nechaev committed
4f3dd1ddb44c0798a7c1c9485b179b36304de098
Parent: d8f6157
Committed by GitHub <noreply@github.com> on 9/26/2025, 1:49:07 PM