Any interest in display-zoom-in and display-zoom-out? #3598
pelephant2
started this conversation in
Ideas
Replies: 3 comments 1 reply
|
That's awesome. Thank you! |
0 replies
|
That's cool! It would probably need be binded to SUPER+ALT and SUPER+ALT+CTRL. SUPER+SHIFT is for launching apps. bind = SUPER ALT, Z, exec, hyprctl keyword cursor:zoom_factor $(awk "BEGIN {print $(hyprctl getoption cursor:zoom_factor | grep 'float:' | awk '{print $2}') + 1.0}")
bind = SUPER ALT CTRL, Z, exec, hyprctl keyword cursor:zoom_factor 1 |
0 replies
|
Yes it does seem |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm able to zoom in and out on my Omarchy display by adding a few lines to my
~/.config/hypr/bindings.conffile:Is anybody interested in "fixing" my original pull request here to implement this zooming feature? I'd do it myself but I'm an amateur in Git/Github and don't know the correct way to resolve the original pull request.
All reactions