Open actionless opened 2 months ago
We need to either document tag.windowfact or create a public method for resetting a layout:
tag.windowfact
local s = c.screen local t = s.selected_tag t.master_width_factor = 0.5 t.windowfact = {} awful.layout.arrange(s)
We need to either document
tag.windowfact
or create a public method for resetting a layout: