Emmanuel Lepage Vallée

Results 242 comments of Emmanuel Lepage Vallée

> and do you think there must be options for every case ? The point of that layout system is that it scales. Creating your own layout is so simple...

Here's an example (I just noticed I never added one) ```lua local stack = require("awful.layout.dynamic.tabbed") local tile = require("awful.layout.dynamic.base_layout") local manual = require("awful.layout.dynamic.suit.manual") local mycustomtilelayout = manual { { max_elements...

> looks completely good, is it ready for some alpha testing? last time when i tried about 2-3 months i didn't managed it to work I depends how you tried....

For the `awful.spawn` part, see [this](https://stackoverflow.com/questions/73311760/the-spawn-command-is-opening-a-couple-of-programs-in-the-wrong-tag). The problem is that firefox doesn't follow a protocol properly and Awesome cannot map the `spawn` to the window. As for why you have...

Yes that's something we can do. I think we should first fix Mergify and make the auto-merge rules more strict. The `ldoc` part are just warnings right now due to...

> Running the whole test suite wouldn't be a problem, except that it takes about 3 minutes per commit (more than 6 hours for your doc linting PR, instead of...

Good news everyone: https://github.com/awesomeWM/awesome/pull/3559 But in practice there is a reason why it would be hard to add to the `background` container. It's actually the same reason why I made...

> but tint2 handles tray icons pretty well in my experience, The issue has never been that it's impossible to implement. The issue is that the protocol wasn't designed for...

Oh, and also please install `luacheck` and run it, there's a few linting errors: ```txt Checking lib/wibox/widget/slider.lua 4 warnings lib/wibox/widget/slider.lua:517:15: value assigned to variable 'x' is overwritten on line 543...

> I was considering doing a rewrite of the slider widget at some point rather than trying to edit what exists. It would be pretty hard to merge (API compatibility...