aboutsummaryrefslogtreecommitdiffstats
pboomer
-------

small python re-implementation of boomer (x11 zoomer application by Tsoding).

uses stdlib ctypes only.

arch linux deps (system packages)
  - libx11
  - libxrandr
  - mesa

other distros:
  - install equivalent X11 + Mesa development libraries.

quick run
  ./pboomer
  ./pboomer -w
  ./pboomer --help

config
------
default path:
  $XDG_CONFIG_HOME/boomer/config

fallback:
  ~/.config/boomer/config

generate default config:
  ./pboomer --new-config

license
-------
  0BSD


links
-------
  - original boomer: https://github.com/tsoding/boomer