Tor Hedin Brønner
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.
Yeah, there's some inconsistencies there. I'd guess it's better to go with the standard zsh style (IIRC I went for capitalization as it looked a bit better with my own...
Right, managed to miss this one. Pushed 23cbcf53fa259a23bb56d3641c70cc815f8e9b8f which should fix it.
As far as I know https://github.com/spwhitt/nix-zsh-completions/commit/23cbcf53fa259a23bb56d3641c70cc815f8e9b8f fixes it, but I need to do a new release.
Yeah, this is hardly ideal. On wayland, turning on the `scale-monitor-framebuffer` experimental feature works. Though I IIRC correctly it doesn't work in X11. You can do that like this: ```...
Right, firefox-wayland does have some weird issues all over the board, but there's quite a lot of work going on in upsteram, so will hopefully be fixed there. Didn't find...