cursor:zoom_factor in Lua config - how to set/get correctly?
#14330
-
|
Hi team, I'm migrating my config to the new Lua parser ( What I tried: In hypr.set_option("cursor:zoom_factor", 1.5)or via terminal: hyprctl eval 'hypr.set_option("cursor:zoom_factor", 1.5)'Problem:
Questions:
Environment:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
hitahitahitahita
May 14, 2026
Replies: 2 comments 4 replies
-
|
@ngxccc and here how to edit it: hl.config({
cursor = { zoom_factor = 2 }
}) |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Is it supposed to work with the version 0.54.0 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ngxccc You can do this mate :
I ended up with one-liners like this to increment/decrement from current value :
Cheers, it4