-
Notifications
You must be signed in to change notification settings - Fork 56
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 overview search actions #115
Comments
this would be great. like shutdown, restart, logout. |
This is out of scope of the extension but can be achieved easily by adding files like this to /usr/share/applications or ~/.local/share/applications
|
I think the extension can be relevant for implementing this feature for two reasons:
Would you consider reopening this issue? |
My current workaround for the confirm dialog is
It's not modal like the system dialogue but it's close enough for me |
Nice workaround. This feels a bit hacky though, and it needs to be implemented on every system where this is wanted. |
You’ve made a good case for it, I guess we just need to implement a search provider - feel free to have a go: https://gjs.guide/extensions/topics/search-provider.html I can have a try when I get a bit of time |
I tend to use the overview search to suspend/shutdown more often than the quick settings menu, so it would be nice to have the hibernate options there as well.
The text was updated successfully, but these errors were encountered: