Skip to content

Show results vertically above or below the search window #1349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
LittleFreak opened this issue Aug 28, 2022 · 13 comments
Open

Show results vertically above or below the search window #1349

LittleFreak opened this issue Aug 28, 2022 · 13 comments
Labels
enhancement New feature or request keep-fresh

Comments

@LittleFreak
Copy link

Is your feature request related to a problem? Please describe.

Add an option to show FlowLauncher "Always on top" and give the option to replace windows search (Win+S)

Describe the solution you'd like

I'd like to replace the windows search by flow launcher. I know it could be to tricky to implement/ replace the search bar within the windows start menu,
so I'd propose to show FlowLauncher always on top (of the start menu f. Example) and auto focus on Flow Launcher.

Describe alternatives you've considered

It would also be cool, if we could decide, where the results are being shown (above or under (default) the FlowSearchBar.
That would allow any user to set FlowLauncher to the Taskbar and actually see the search results.

@LittleFreak LittleFreak added the enhancement New feature or request label Aug 28, 2022
@jjw24
Copy link
Member

jjw24 commented Aug 29, 2022

Flow has a 'Always on top' in the settings called 'Hide Flow Launcher when focus is lost', however what's missing is actually ability to show results above or below, so the example would be to place flow just above the taskbar and when searching the results pop upwards instead of downwards.

The most ideal solution for replacing Windows Search though is to be able to use the Win key to trigger flow. Relates to #662

@github-actions
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Oct 14, 2022
@taooceros taooceros removed the Stale label Oct 14, 2022
@github-actions
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 29, 2022
@github-actions
Copy link

github-actions bot commented Dec 6, 2022

This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.

@github-actions github-actions bot closed this as completed Dec 6, 2022
@jjw24 jjw24 removed the Stale label Dec 8, 2022
@jjw24 jjw24 reopened this Dec 8, 2022
@github-actions
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jan 24, 2023
@jjw24 jjw24 changed the title [Windows Search replacement+ Always on top] Show results vertically above or below the search window Jan 24, 2023
@jjw24 jjw24 removed the Stale label Jan 24, 2023
@github-actions
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Mar 11, 2023
@github-actions
Copy link

This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2023
@jjw24 jjw24 removed the Stale label Mar 20, 2023
@jjw24 jjw24 reopened this Mar 20, 2023
@github-actions
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label May 29, 2023
@jjw24 jjw24 removed the Stale label Jun 2, 2023
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Aug 8, 2023
@jjw24 jjw24 removed the Stale label Aug 8, 2023
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 29, 2023
@jjw24 jjw24 removed the Stale label Dec 2, 2023
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jan 16, 2024
@onesounds onesounds mentioned this issue Jun 7, 2024
4 tasks
@Randwolf5339
Copy link

Has there been any movement on this request? It would be seriously helpful to place the search window near the bottom of the screen and have the results show ABOVE, rather than below. I arrange all my work flow in such a way to keep an inch or two above the task bar free - for just this type of situation, amongst others.

Is this option difficult to code? I can't really see how it would be - I write software for a living and can't believe this option isn't already automatically implemented...

@onesounds
Copy link
Contributor

onesounds commented May 12, 2025

@Randwolf5339 A few years ago, I actually made a test implementation of "changing the direction of the results area" (using a popup control). It turned out that the entire layout structure had to be changed, and I couldn't fully verify all potential issues that might arise in other controls. So although I confirmed that it was technically possible, I didn't proceed further. At that time, there were many other higher-priority tasks, and since this feature was considered low priority, it has remained on hold. i believed that allowing the window to be moved flexibly could satisfy most user requests related to this.

Because the initial design was not intended for this kind of use case, implementing it is more complicated than it seems.
This feature had been considered in the context of a "toolbar-like" usage (similar to Everything Toolbar), along with options like "always on top."

However, since Windows 11 introduced the ability to add a search area (technically just a search icon) on the taskbar,
we needed to reconsider the approach, and simply using "always on top" might not be sufficient — it would require further testing.
As far as I know, even Everything Toolbar changed its behavior from Windows 10 to Windows 11,
now functioning by clicking an icon rather than being embedded directly into the taskbar.

Since this requires a full redesign, a lot of cases and scenarios need to be checked and tested thoroughly, which makes the implementation quite challenging.

Since you are a full-time professional programmer and feel this might be easy to implement, this project is open source — we would very much welcome a pull request (PR) if you are willing to work on it. (For reference, I have no formal education or professional background in programming. I simply started learning WPF and C# because I wanted to improve the design of this program.
I have contributed for 4 years without receiving even a single dollar. You would probably be able to do much better than me. 😉)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request keep-fresh
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants