My fork of ZoomX - simple zooming tool for X
- Add
Makefile - Add
config.h - Change default keybindings to vi binidngs
Create keybindings for zoomx in your window managers.
| movement | h j k l |
| zoom in | i |
| zoom out | o |
| quit | Esc q |
All configuration is done by editing config.h and recompiling, in the same
manner as any suckless software.
# install
make install
# uninstall
make uninstall