Actionless Loveless

Results 865 comments of Actionless Loveless

> as adding additional stuff solves the issue. looks like a situation where playing with expand and/or fill_space might help

i would start from tasklist, i suspect, in the layout it's taking its initial width, and next right part of the layout became bigger as it doesn't have any free...

could you show part of the config, there you adding tasklist to the wibar?

does adding fill_space to the second `layout = wibox.layout.fixed.horizontal,` changing anything?

let's keep it open then until you'll be sure

i wasn't looking deeply, but it seems what layoutbox getting confused in such situation, mb it doesn't have (proper) :fit() function

also imagebox-es without forced_ height or width could behave funky inside the layouts

please share if you'll get any interesting findings, as i was noticing such behaviors all the time (at least after new layout/widget system was introduced), would be useful if it...

@codebling "urgent" means WM_HINT_URGENT on window how it looks "in real life"? 1) imagine you're on tag "1" 2) some already opened application on tag "4" could receive an event...

did you meant? ```lua function newactivate(c) if c.minimized then c.minimized = false end if c:isvisible() then awful.ewmh.activate(c) end end ``` (it behave differently in the case when you have minimized...