Merge pull request #1632 from Veratil/fix-tag-setmwfact
Fix typo in awful.tag.setmwfact Fix #1627
This commit is contained in:
commit
399bd8543a
|
@ -610,7 +610,7 @@ end
|
||||||
function tag.setmwfact(mwfact, t)
|
function tag.setmwfact(mwfact, t)
|
||||||
util.deprecate("Use t.master_width_factor = mwfact instead of awful.tag.setmwfact")
|
util.deprecate("Use t.master_width_factor = mwfact instead of awful.tag.setmwfact")
|
||||||
|
|
||||||
tag.object.get_master_width_factor(t or ascreen.focused().selected_tag, mwfact)
|
tag.object.set_master_width_factor(t or ascreen.focused().selected_tag, mwfact)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Increase master width factor.
|
--- Increase master width factor.
|
||||||
|
|
Loading…
Reference in New Issue