summaryrefslogtreecommitdiff
path: root/teardrop.lua
AgeCommit message (Collapse)AuthorFiles
2010-01-29scratch: combined teardrop and scratchpadAdrian C. (anrxc)1
First step in integrating teardrop and scratchpad. With time the operations common to both modules should be made available to both, removing all duplication. Modules are split, even though they could function as just one module, scratchpad could get tabbing support (or other means of scratching multiple clients) so let's keep things clean.
2010-01-29scratchpad: cleanup property applicationAdrian C. (anrxc)1
2010-01-28teardrop: license fixedAdrian C. (anrxc)1
2009-11-10teardrop: allow 1 as a scaling factorAdrian C. (anrxc)1
2009-10-25master: de-obfuscate e-mail addressAdrian C. (anrxc)1
2009-09-17teardrop: fixed the instructionsAdrian C. (anrxc)1
2009-09-14rc.lua: minimized windows do not stickAdrian C. (anrxc)1
2009-09-14teardrop: placement changesAdrian C. (anrxc)1
Position and edge renamed to vertical and horizontal. Horizontal "middle" placement was also renamed, to "center". Awful centered placement replaced with center_vertical and center_horizontal.
2009-09-14teardrop: controllable edgeAdrian C. (anrxc)1
Clients can now be aligned to the "left", "right" or "middle" of the screen.
2009-09-13teardrop: controllable position, width, stickyAdrian C. (anrxc)1
Clients can now be placed on "top", "bottom" or on the screen "center". The last one is useful when creating scratchpad-like windows, in which case it is useful to control width - which was not possible before. By default a client will take 100% of the screen width so it's easier to create drop-down bindings. Another new property is sticky, mainly useful in the same scenario as center placement.
2009-09-13teardrop: added more improvementsAdrian C. (anrxc)1
- teardrop clients drop down from the top by default - teardrop clients are not visible on the tasklist - teardrop clients don't have titlebars
2009-09-11rc.lua: general cleanupAdrian C. (anrxc)1
2009-09-10teardrop: improved tag switchingAdrian C. (anrxc)1
2009-09-10teardrop: untag when hiddenAdrian C. (anrxc)1
2009-09-05Time stamps removedAdrian C. (anrxc)1
2009-09-05teardrop ported to awesome 3.4Adrian C. (anrxc)1
2009-09-05Initial import of awesome configurationv3.3.3Adrian C. (anrxc)1