-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add "Search" in startmenu.widget #302
Comments
It would be nice to add a tooltip to the menu that shows “Comment=” from *.desktop |
Tooltips added. Top/bottom items added, but not via desktop entries right
now. Can update for that.
…On Thu, Jan 2, 2025 at 7:27 AM sfs-pra ***@***.***> wrote:
It would be nice to add a tooltip to the menu that shows “Comment=” from
*.desktop
—
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFHQ3TQWWKMMF3CXZMT2ITS4NAVCNFSM6AAAAABUOPB5K2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRXGM3TAMJYGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
sfwbar-git r1753.701626d -work! |
How to add search to top or bottom of startmenu? |
So far only by calling a third-party program : |
The search functionality will be fiddly, as it deals with input and the
associated keyboard interactivity pain. I am planning to look into this
once the other bits are sorted.
…On Sun, Jan 5, 2025 at 7:22 AM sfs-pra ***@***.***> wrote:
How to add search to top or bottom of startmenu?
So far only by calling a third-party program :
AppMenuItemBottom GT("Find") + "%gtk-find", "vala-panel-runner"
If you need - I can post vala-panel-runner packages for Arch and Deb
—
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFEJHOOJ5YPCYWRCWTL2JDMTRAVCNFSM6AAAAABUOPB5K2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGUZDSOJVGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
thank you, I would like to try, please! |
vala-panel-runner-0.5.0-1-x86_64.pkg.tar.xz |
Search for an application based on the entered pattern. I.e. add a window at the bottom. Roughly like in LXQT
So far I'm using https://gitlab.com/vala-panel-project/vala-panel/-/tree/master/runner
It would also be nice to be able to add frequently used terminal.desktop etc to the top and bottom of the menu.
Item(“terminal.desktop”, “top|bottom”)
Pretty much like in XFCE
The text was updated successfully, but these errors were encountered: