This commit is contained in:
limbe-osc 2016-08-06 07:08:01 +08:00
parent 4882714382
commit 88b8813bd7

View File

@ -57,8 +57,7 @@ class WindowTitle(Module):
# don't show window title when the window already has means
# to display it
if not self.always_show and (
w.border == "normal" or
w.type == "workspace"
w.border == "normal" or w.type == "workspace"
or (p.layout in ("stacked", "tabbed") and len(p.nodes) > 1)):
return self.empty_title
else: