blob: 84c593e8fc8c48cee1c20597b4af91a6d1e1dc30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
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
|