summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-18 02:32:47 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-18 02:32:47 +0200
commitf5bf8653ac1c7b83ba732ae1d25fea4b8289d139 (patch)
treec019962513f757935de00b861ce386970c83ad16 /scratch
parent207e45c280f37e0796c1a85fcb5ad9c467f6cc39 (diff)
downloadawesome-configs-f5bf8653ac1c7b83ba732ae1d25fea4b8289d139.tar.xz
scratch: update initialization instructions
This is in preparation to the port to Lua 5.2.
Diffstat (limited to 'scratch')
-rw-r--r--scratch/drop.lua2
-rw-r--r--scratch/pad.lua2
2 files changed, 2 insertions, 2 deletions
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: