summaryrefslogtreecommitdiff
path: root/scratch
AgeCommit message (Collapse)AuthorFiles
2012-12-08scratch: update support for development revisions of awesomeAdrian C. (anrxc)2
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)2
2012-06-19scratch: port scratch module to lua 5.2Adrian C. (anrxc)3
2012-06-18scratch: update initialization instructionsAdrian C. (anrxc)2
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-23rc.lua: enable progressbar ticksAdrian C. (anrxc)1
2010-03-14scratch: function arguments are already localAdrian C. (anrxc)2
2010-01-29scratch: combined teardrop and scratchpadAdrian C. (anrxc)3
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.