summaryrefslogtreecommitdiff
path: root/teardrop.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-29 21:08:39 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-29 21:08:39 +0100
commit56613079822499690f3fa59c00209268d4aa0152 (patch)
tree0504f21f4c840f98990746dc751ad5c694bb188c /teardrop.lua
parent8302410a52afbd4fcb3cc311b5492cfc44bb9407 (diff)
downloadawesome-configs-56613079822499690f3fa59c00209268d4aa0152.tar.xz
scratchpad: cleanup property application
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 eb15bff..afcff28 100644
--- a/teardrop.lua
+++ b/teardrop.lua
@@ -103,7 +103,7 @@ function toggle(prog, vert, horiz, width, height, sticky, screen)
c = dropdown[prog][screen]
-- Switch the client to the current workspace
- if c:isvisible() == false then c.hidden = true;
+ if c:isvisible() == false then c.hidden = true
awful.client.movetotag(awful.tag.selected(screen), c)
end