Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 748 Bytes

File metadata and controls

30 lines (25 loc) · 748 Bytes

My fork of ZoomX - simple zooming tool for X

demo

What's the difference?

  • Add Makefile
  • Add config.h
  • Change default keybindings to vi binidngs

Usage

Create keybindings for zoomx in your window managers.

default bindings

movement h j k l
zoom in i
zoom out o
quit Esc q

Configuration

All configuration is done by editing config.h and recompiling, in the same manner as any suckless software.

Build

# install
make install
# uninstall
make uninstall