Skip to content
Discussion options

You must be logged in to vote

@ngxccc You can do this mate :

hyprctl eval "hl.config({ cursor = { zoom_factor = 2 }})" 

I ended up with one-liners like this to increment/decrement from current value :

hyprctl eval "hl.config({ cursor = { zoom_factor = $(hyprctl getoption cursor:zoom_factor | awk '/^float/ {print $2 * 0.9}') }})"

Cheers, it4

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@ngxccc
Comment options

@hitahitahitahita
Comment options

Answer selected by ngxccc
@aphelei
Comment options

@ngxccc
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants