✨ feat(hypr): bindings to zoom
This commit is contained in:
parent
40f38b2d49
commit
c35248f9f5
1 changed files with 4 additions and 0 deletions
|
@ -208,3 +208,7 @@ bind = $mainMod SHIFT, ESCAPE, exec, $scripts/hyprfreeze -a
|
|||
|
||||
## Open Wikis
|
||||
bind = $mainMod, F1, exec, xdg-open https://wiki.hyprland.org/
|
||||
|
||||
## Zoom
|
||||
bind = $mainMod SHIFT, mouse:276, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 + 0.5}')
|
||||
bind = $mainMod SHIFT, mouse:275, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 - 0.5}')
|
||||
|
|
Loading…
Add table
Reference in a new issue