From f5bf8653ac1c7b83ba732ae1d25fea4b8289d139 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 18 Jun 2012 02:32:47 +0200 Subject: scratch: update initialization instructions This is in preparation to the port to Lua 5.2. --- scratch/drop.lua | 2 +- scratch/pad.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scratch') diff --git a/scratch/drop.lua b/scratch/drop.lua index fd8fabe..3f7e4cd 100644 --- a/scratch/drop.lua +++ b/scratch/drop.lua @@ -7,7 +7,7 @@ -- * http://sam.zoy.org/wtfpl/COPYING ------------------------------------------------------------------- -- To use this module add: --- require("scratch") +-- local scratch = require("scratch") -- to the top of your rc.lua, and call it from a keybinding: -- scratch.drop(prog, vert, horiz, width, height, sticky, screen) -- diff --git a/scratch/pad.lua b/scratch/pad.lua index 920d1d6..a632f38 100644 --- a/scratch/pad.lua +++ b/scratch/pad.lua @@ -6,7 +6,7 @@ -- * http://sam.zoy.org/wtfpl/COPYING --------------------------------------------------------------- -- To use this module add: --- require("scratch") +-- local scratch = require("scratch") -- to the top of your rc.lua, and call: -- scratch.pad.set(c, width, height, sticky, screen) -- from a clientkeys binding, and: -- cgit v1.2.3