https://github.com/burntsushi/pytyle3
An updated (and much faster) version of pytyle that uses xpybutil and is compatible with Openbox Multihead.
https://github.com/burntsushi/pytyle3
Last synced: 1 day ago
JSON representation
An updated (and much faster) version of pytyle that uses xpybutil and is compatible with Openbox Multihead.
- Host: GitHub
- URL: https://github.com/burntsushi/pytyle3
- Owner: BurntSushi
- License: wtfpl
- Created: 2011-08-16T17:27:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T08:22:33.000Z (over 10 years ago)
- Last Synced: 2025-01-17T04:17:15.999Z (9 months ago)
- Language: Python
- Homepage:
- Size: 312 KB
- Stars: 179
- Watchers: 14
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
An updated (and much faster) version of pytyle that uses xpybutil and is
compatible with Openbox Multihead.Due to using xpybutil much of the lower level XCB/xpyb stuff has been factored
out of pytyle3. Also, because it relies on Openbox Multihead when there is more
than one monitor active, a lot less state needs to be saved.As a result, pytyle3 is ~1000 lines while pytyle2 is ~7000 lines. Additionally,
because of a simpler design, pytyle3's memory footprint is much smaller and is
actually quite snappier in moving windows on the screen.