summaryrefslogtreecommitdiff
path: root/scratch/drop.lua
AgeCommit message (Collapse)AuthorFiles
2012-12-08scratch: update support for development revisions of awesomeAdrian C. (anrxc)1
Because awesome 3.5 will have both add_signal and connect_signal, reorder the logic so we try to locate connect_signal first. By some accounts on IRC add_signal wrapper for backwards compatibility around connect_signal may produce unexpected results, so just avoid it.
2012-07-18scratch: add support for development revisions of awesomeAdrian C. (anrxc)1
2012-06-19scratch: port scratch module to lua 5.2Adrian C. (anrxc)1
2012-06-18scratch: update initialization instructionsAdrian C. (anrxc)1
This is in preparation to the port to Lua 5.2.
2010-03-23rc.lua: enable progressbar ticksAdrian C. (anrxc)1
2010-03-14scratch: function arguments are already localAdrian C. (anrxc)1
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.