▲ 4 r/hyprland
zoom with v0.55?
how do i cursorzoom in v0.55+? i used to have
"bind = SUPER, F1, exec, hyprctl -q keyword cursor:zoom_factor 1
binde = SUPER, F2, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {v = $2 * 1.1; print (v > 3 ? 3 : v)}')
bind = SUPER, F3, exec, hyprctl -q keyword cursor:zoom_factor 1.75"
but keywords dont work anymore and i dont see any keyword or cursor zoom equivalent in the wiki. ik it still exists bc
"hl.gesture({
fingers = 2,
direction = "pinchin",
action = "cursorZoom",
zoom_level = 1.25,
mode = "mult",
})
hl.gesture({
fingers = 2,
direction = "pinch",
action = "cursorZoom",
zoom_level = 1,
mode = "live",
})" works tho. any help is appreciated, thanks!
u/chriztinkrz — 3 days ago