You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying an item now dismisses the window immediately. The previous ~620ms row animation that gated the hide is gone, so the launcher gets out of the way the instant you pick an item — the clipboard is still written while the window holds focus, as Wayland requires.
Fixed
The search input is now focused every time the window appears, not just on first launch. autofocus only fires on the initial render, so re-showing the window via the global shortcut (or after --hidden autostart) previously left the input unfocused; the window now emits a window:shown event that re-focuses the field.