mirror of https://github.com/lcpz/lain.git
quake: iterate on all screens; #339
This commit is contained in:
parent
62edd22cdb
commit
d070b7bd35
|
@ -33,7 +33,7 @@ function quake:display()
|
||||||
for c in awful.client.iterate(function (c)
|
for c in awful.client.iterate(function (c)
|
||||||
-- c.name may be changed!
|
-- c.name may be changed!
|
||||||
return c.instance == self.name
|
return c.instance == self.name
|
||||||
end, nil, self.screen)
|
end)
|
||||||
do
|
do
|
||||||
i = i + 1
|
i = i + 1
|
||||||
if i == 1 then
|
if i == 1 then
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 290f246f06fe518ddbe039ea3cf9421a6fdec1e5
|
Subproject commit 1e2503366ea9ca31378bcb374e13f1bae5e4be94
|
Loading…
Reference in New Issue