G-dH / windows-search-provider

A GNOME Shell extension that gives you access to open windows through overview search
GNU General Public License v3.0
10 stars 1 forks source link

No need `overview.toggle` for `search-light` ext #5

Open d-enk opened 5 months ago

d-enk commented 5 months ago

search-light

Сan be checked by overview.visible or use overview.hide

G-dH commented 5 months ago

?

d-enk commented 5 months ago

with search-light you can use search providers without overview

https://github.com/G-dH/windows-search-provider/blob/aa0c00729a3a052c2def0c9d42aea19dfd0b6903/windowsSearchProvider.js#L471-L473

this overview.toggle() activate overview

Need use overview.hide() or check the overview status yourself by overview.visible

G-dH commented 5 months ago

It is always good practice to describe the issue before suggesting solutions. ;)

G-dH commented 5 months ago

Fixed in main/gnome-42-44 branches. The latest update also adds move to the current workspace and close buttons to search results, as well as an optional dash icon to toggle WSP search results. Any feedback greatly appreciated.