Show wiboxes even when nothing else changed

This commit is contained in:
Stefan Siegel 2015-02-24 16:17:16 +01:00 committed by Emmanuel Lepage Vallee
parent 7c4c322b44
commit 98e5564dac
1 changed files with 1 additions and 1 deletions

View File

@ -121,8 +121,8 @@ local function bydirection(dir, c, swap,max)
c:tags({t})
end
end
display_wiboxes(cltbl,geomtbl,float,swap,c)
end
display_wiboxes(cltbl,geomtbl,float,swap,c)
end
end
end