diff --git a/content/Configuring/Gestures.md b/content/Configuring/Gestures.md index 872fc39..497a5b0 100644 --- a/content/Configuring/Gestures.md +++ b/content/Configuring/Gestures.md @@ -29,26 +29,30 @@ gesture = 3, left, scale: 1.5, float ### Directions The following directions are supported: -- `swipe` -> any swipe -- `horizontal` -> horizontal swipe -- `vertical` -> vertical swipe -- `left`, `right`, `up`, `down` -> swipe directions -- `pinch` -> any pinch -- `pinchin`, `pinchout` -> directional pinch +| `direction` | Description | +| -- | -- | +| `swipe` | any swipe +| `horizontal` | horizontal swipe +| `vertical` | vertical swipe +| `left`, `right`, `up`, `down` | swipe directions +| `pinch` | any pinch +| `pinchin`, `pinchout` | directional pinch -## Available gestures -Specifying `unset` as the gesture will unset a specific gesture that was previously set. Please note it needs to exactly match everything + +### Actions + +Specifying `unset` as the action will unset a specific gesture that was previously set. Please note it needs to exactly match everything from the original gesture including direction, mods, fingers and scale. -| gesture | description | arguments | +| `action` | Description | Arguments | | -- | -- | -- | -| dispatcher | the most basic, executes a dispatcher once the gesture ends | `dispatcher, params` | -| workspace | workspace swipe gesture, for switching workspaces | -| move | moves the active window | none | -| resize | resizes the active window | none | -| special | toggles a special workspace | special workspace without the `special:`, e.g. `mySpecialWorkspace` | -| close | closes the active window | none | -| fullscreen | fullscreens the active window | none for fullscreen, `maximize` for maximize | -| float | floats the active window | none for toggle, `float` or `tile` for one-way | +| `dispatcher` | the most basic, executes a dispatcher once the gesture ends | `dispatcher, params` | +| `workspace` | workspace swipe gesture, for switching workspaces | +| `move` | moves the active window | none | +| `resize` | resizes the active window | none | +| `special` | toggles a special workspace | special workspace without the `special:`, e.g. `mySpecialWorkspace` | +| `close` | closes the active window | none | +| `fullscreen` | fullscreens the active window | none for fullscreen, `maximize` for maximize | +| `float` | floats the active window | none for toggle, `float` or `tile` for one-way |