mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
gestures: add workspace_swipe_use_r
This commit is contained in:
parent
84eb91320f
commit
6b3905acdf
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ Described [here](../Keywords#per-device-input-configs).
|
|||
| workspace_swipe_create_new | whether a swipe right on the last workspace should create a new one. | bool | true |
|
||||
| workspace_swipe_forever | if enabled, swiping will not clamp at the neighboring workspaces but continue to the further ones. | bool | false |
|
||||
| workspace_swipe_numbered | if enabled, swiping will swipe on consecutive numbered workspaces. | bool | false |
|
||||
| workspace_swipe_use_r | if enabled, swiping will use the `r` prefix instead of the `m` prefix for finding workspaces. (requires disabled `workspace_swipe_numbered`) | bool | false |
|
||||
|
||||
# Misc
|
||||
|
||||
|
|
Loading…
Reference in a new issue