diegodario88 / quake-terminal

Gnome Shell extesion to launch a terminal in quake mode
GNU General Public License v3.0
40 stars 6 forks source link

fix: improve support on Wayland #33

Closed TiagodePAlves closed 3 months ago

TiagodePAlves commented 3 months ago

Replace Meta.Window::size-changed signal with Clutter.Actor::stage-views-changed which is always emitted during terminal startup.

The signal may be emitted too early, even before the terminal has finished resizing, but the drop down animation time should be enough to finish any graphical change.