mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
Suggest to also bind keyboard keys instead of mouse clicks for Touchpads (#615)
This commit is contained in:
parent
2895c8f66b
commit
382d305107
1 changed files with 11 additions and 0 deletions
|
@ -203,6 +203,17 @@ activated.
|
|||
|
||||
{{< /callout >}}
|
||||
|
||||
### Touchpad
|
||||
|
||||
As clicking and moving the mouse on a touchpad is unergonomic, you can also use keyboard keys instead of mouse clicks too.
|
||||
|
||||
```ini
|
||||
bindm=SUPER, mouse:272, movewindow
|
||||
bindm=SUPER, Control_L, movewindow
|
||||
bindm=SUPER, mouse:273, resizewindow
|
||||
bindm=SUPER, ALT_L, resizewindow
|
||||
```
|
||||
|
||||
## Binding mods
|
||||
|
||||
You can bind a mod alone like this:
|
||||
|
|
Loading…
Reference in a new issue