config: fix multi-argument gesture dispatcher parsing (#11721)
* config: Fix multi-argument gesture dispatchers parsing The `dispatcher` gesture handler used to only handle the first argument to the dispatcher, while some dispatchers (e.g., `sendshortcut`) want multiple arguments. This fixes `ConfigManager` to handle all the arguments provided to the dispatcher gesture handler. Fixes #11684. * test/gestures: Add a test for a gesture with a multi-argument dispatcher * test/gestures: Factor out `waitForWindowCount` Reduce code duplication in the gestures test.
This commit is contained in:
parent
838439080a
commit
41dad38177
3 changed files with 38 additions and 25 deletions
|
|
@ -332,3 +332,5 @@ gesture = 3, down, mod:ALT, float
|
|||
|
||||
gesture = 3, horizontal, mod:ALT, workspace
|
||||
|
||||
gesture = 4, up, dispatcher, sendshortcut, ctrl, d, activewindow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue