awful: use tag screen number
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
856eb1a9b2
commit
e73269c727
|
@ -468,7 +468,7 @@ end
|
||||||
--- View only a tag.
|
--- View only a tag.
|
||||||
-- @param t The tag object.
|
-- @param t The tag object.
|
||||||
function tag.viewonly(t)
|
function tag.viewonly(t)
|
||||||
tag.viewnone()
|
tag.viewnone(t.screen)
|
||||||
t.selected = true
|
t.selected = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue