summaryrefslogtreecommitdiff
path: root/scratchpad.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-30 21:10:01 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-30 21:10:01 +0200
commit1a394e4ce166f460982cb635c66ac487d60a562e (patch)
treea7b2d6605befbbc5a807bbbca5b2e0ecbb47fc50 /scratchpad.lua
parent2d8c1e06d3fc042e49af0b6b599b9322a295f82a (diff)
downloadawesome-configs-1a394e4ce166f460982cb635c66ac487d60a562e.tar.xz
git-diff --check fixes
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,