summaryrefslogtreecommitdiff
path: root/scratchpad.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scratchpad.lua')
-rw-r--r--scratchpad.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratchpad.lua b/scratchpad.lua
index 47576d3..c196fc3 100644
--- a/scratchpad.lua
+++ b/scratchpad.lua
@@ -53,7 +53,7 @@ function set(c, width, height, sticky, screen)
if width < 1 then width = screengeom.width * width end
if height < 1 then height = screengeom.height * height end
-
+
c:geometry({ -- Client is always centered on screen
x = screengeom.x + (screengeom.width - width) / 2,
y = screengeom.y + (screengeom.height - height) / 2,