AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
715 stars 66 forks source link

Don't auto-focus window on initial start #221

Closed RangerMauve closed 1 year ago

RangerMauve commented 1 year ago

When Agregore starts up with previously opened windows, it'll glitch out for a bit trying to focus all the windows upon initial load. This leads to the window manager freezing up and stuff looking weird visually.

We should add a flag to window.js which disables the autofocus feature and set the flag for newly created windows on startup.

RangerMauve commented 1 year ago

I tried adding this in the latest prerelease, not sure if it helps anything. I think it might be KDE that's been causing me issues with windows flikering. I think it just doesn't cancel animations or something similar.