summaryrefslogtreecommitdiff
path: root/teardrop.lua
diff options
context:
space:
mode:
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