Tor Hedin Brønner

Results 105 comments of Tor Hedin Brønner

Ah, that makes sense, we haven't implemented support for animated backgrounds.

Not at the moment, but yeah, it's something we'd like to do, and should be fairly easy implement. Due to how wayland handles resizing (starting several at the same time...

Right, the winprop is looked up when new windows are created: https://github.com/paperwm/PaperWM/blob/b33f2d859dc0eaced1d338e336928fa78943e32d/tiling.js#L2426-L2438 So you'll probably want something like this: ```diff @@ -2441,6 +2450,8 @@ function insertWindow(metaWindow, {existing}) { if (winprop.focus)...

Not really, haven't worked on any android stuff, but I'm guessing it's simply missing labels: https://developer.android.com/guide/topics/ui/accessibility/apps.html#label-elements

It's easy to test yourself, just go to `settings -> accessibility -> talkback` and turn it on.