sagebind / atom-gtk-dark-theme

Toggles the dark theme variant for Atom windows on GTK+3
https://atom.io/packages/gtk-dark-theme
MIT License
18 stars 3 forks source link

Obtain window handles directly from Electron #4

Closed grawity closed 7 years ago

grawity commented 7 years ago

This reduces startup time from ~150 ms to ~15 ms.

sagebind commented 7 years ago

Awesome! I got tired of waiting for Atom to expose BrowserWindow, it has been years.

I'll test this on my machine when I have the opportunity. This would probably fix #2 and #3 as a free bonus too. The previous way of grabbing window handles was inconsistent and unreliable.