An open API service indexing awesome lists of open source software.

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.

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.