Lucas

Results 9 comments of Lucas

> Qt provide qml web support by `WebEngineView` item. However it needs [Qt::AA_ShareOpenGLContexts](https://doc.qt.io/qt-5/qt.html#ApplicationAttribute-enum) to make webgl work. Qt::AA_ShareOpenGLContexts must loaded by plasmashell at the start, plasmashell dosn't enable this, so...

Are you starting niri with `niri-session`?

As I mentioned in #1397, the order of where the includes are changes if repeated configurations will be overwritten or not, as mentioned in [the documentation](https://github.com/YaLTeR/niri/wiki/Configuration:-Include#positionality): > Includes are positional....

Both cases are probably valid, overrides may not be always preferred when you want to include something generated by a tool you don't control (e.g. DankMaterialShell) and you want to...

In #1397, I got a way to enable both before and after includes, being after the default

Think it's a duplicated PR #2447 Edit: Just saw you mentioned this and commented there, but looking at the changes... they look the exact same?

`dankMaterialShell` package wasn't being included into the environment, so dms-open wasn't getting properly added to the profile's share/applications. Now it's good to go, tested here!

> @LuckShiba news on this? I think point n⁰2 was settled: bottom should be default behaviour but could have an option for putting it on top @sodiboo do you have...

@sodiboo, it's ready for review and testing now, please take a look! @BinaryQuantumSoul, if you want to test it, it should be ready now