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