Skip to content

Commit

Permalink
quake: iterate on all screens; #339
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bonham committed Sep 5, 2017
1 parent 62edd22 commit d070b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/quake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function quake:display()
for c in awful.client.iterate(function (c)
-- c.name may be changed!
return c.instance == self.name
end, nil, self.screen)
end)
do
i = i + 1
if i == 1 then
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 290f24 to 1e2503

0 comments on commit d070b7b

Please sign in to comment.