GitXplorerGitXplorer
B

pytyle3

public
180 stars
19 forks
11 issues

Commits

List of commits on branch master.
Unverified
8a1ca4189659a4fd2250eb8c2166b630210e8eae

Unmaximize all windows while tiling

hhmusta committed 10 years ago
Unverified
e669244ca4194f26d70d5a9a87b6c43e90d4032f

If there are more margin settings than monitors, ignore the extra settings

hhmusta committed 10 years ago
Unverified
edd5f49829b7ac4e589188d5c42b3ca6ce47ab0b

Fixes more things that the config breaks.

BBurntSushi committed 11 years ago
Unverified
c73412a0eecb4b26eeea2cfec92c0f981019104f

Fix configuration.

BBurntSushi committed 11 years ago
Unverified
bf87bcff8ba03d74db4dbfb5396283a136d2afa4

Added option to toggle window decorations. Removed some redundant floating window code

hhmusta committed 11 years ago
Unverified
6909c5e798e4cf6c32dd9efd2642841e27b947ea

Fixed import config in layouts/store.py

hhmusta committed 11 years ago

README

The README file for this repository.

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.