Actionless Loveless
Actionless Loveless
when you have minimized client on another tag 1) it will check if it minimized 2) will unminize it 3) check if it's visible 4) it's not visible -- no...
some apps are restoring their minimized state on startup (if it was minimized on exit) imagine you have such app awful.rule-d to be started on tag `2` when you on...
> some apps are restoring their minimized state on startup (if it was minimized on exit) at least firefox does that
> wasMinimized = false > wasMinimized = true i see you setting the var but it's not being used further in code
what about this? ```lua function newactivate(c) awful.ewmh.activate(c) c.urgent = false end ```
(squash before merging)
does it work in `openbox` WM?
i'll just throw in how it's described in css spec, so everyone would have the same understanding of how it expected to work: > cover > The replaced content is...
i specifically posted the pics in case if anyone would have troubles with english
yup - that's the intention, to make it visible side-by-side i think the problem that both W and H are computed as max, whilst it should be done only for...