fix(hyprland): make zoom additive
This commit is contained in:
parent
8582dc71d6
commit
fb8c69c48e
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ animations {
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
gesture = 2, pinchin, cursorZoom, 1.05, mult
|
gesture = 2, pinchin, cursorZoom, 2.0
|
||||||
gesture = 2, pinchout, cursorZoom, 0.95, mult
|
gesture = 2, pinchout, cursorZoom, -2.0
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue