summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
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: