mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
Fix typo in awful.tag.setmwfact
This commit is contained in:
parent
e0f9245abc
commit
ad3782b08a
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ end
|
|||
function tag.setmwfact(mwfact, t)
|
||||
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
|
||||
|
||||
--- Increase master width factor.
|
||||
|
|
Loading…
Reference in a new issue