summaryrefslogtreecommitdiff
path: root/teardrop.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 20:25:35 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 20:25:35 +0200
commit1579194d6aeb95f1dbdd17266585f0ee3193d54b (patch)
tree3e4c167a4dd0b168641251216fdc3b645f4889aa /teardrop.lua
parent289c62a3f208d63aad97c1a1904b2243bd42f15b (diff)
downloadawesome-configs-1579194d6aeb95f1dbdd17266585f0ee3193d54b.tar.xz
rc.lua: general cleanup
Diffstat (limited to 'teardrop.lua')
-rw-r--r--teardrop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/teardrop.lua b/teardrop.lua
index ad5cce5..d3c37c6 100644
--- a/teardrop.lua
+++ b/teardrop.lua
@@ -54,7 +54,7 @@ function toggle(prog, edge, height, screen)
if height == nil then height = 0.25 end
if screen == nil then screen = capi.mouse.screen end
- local function untag(c)
+ local function untag (c)
local tags = c:tags()
for i, v in pairs(tags) do
tags[i] = nil