summaryrefslogtreecommitdiff
path: root/teardrop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'teardrop.lua')
-rw-r--r--teardrop.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/teardrop.lua b/teardrop.lua
index 79fb750..e27031b 100644
--- a/teardrop.lua
+++ b/teardrop.lua
@@ -15,9 +15,9 @@
-- vert - Vertical; "bottom", "center" or "top" (default)
-- horiz - Horizontal; "left", "right" or "center" (default)
-- width - Width in absolute pixels, or width percentage
--- when < 1 (0.9999 (99.9% of the screen) default)
+-- when < 1 (0.9999 (99.9% of the screen) by default)
-- height - Height in absolute pixels, or height percentage
--- when < 1 (0.25 (25% of the screen) default)
+-- when < 1 (0.25 (25% of the screen) by default)
-- sticky - Visible on all tags, false by default
-- screen - Screen (optional), mouse.screen by default
----------------------------------------------------------------