summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--teardrop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/teardrop.lua b/teardrop.lua
index e27031b..f9ce7bb 100644
--- a/teardrop.lua
+++ b/teardrop.lua
@@ -8,7 +8,7 @@
-- To use this module add:
-- require("teardrop")
-- to the top of your rc.lua, and call it from a keybinding:
--- teardrop(prog, pos, edge, height, width, sticky, screen)
+-- teardrop(prog, vert, horiz, width, height, sticky, screen)
--
-- Parameters:
-- prog - Program to run; "urxvt", "gmrun", "thunderbird"