summaryrefslogtreecommitdiff
path: root/scratch/pad.lua
AgeCommit message (Collapse)AuthorFiles
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-12-14scratch: fixed pad multiple screen supportAdrian C. (anrxc)1
Unmanage handler was deleting the wrong client for the scratch table. Causing lua tracebacks and breaking awesome on next scratch.pad call. Now proper scratched clients are zeroed in multi display setups.
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.