Fix typo in awful.tag.setmwfact
This commit is contained in:
parent
e0f9245abc
commit
ad3782b08a
|
@ -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