-
Notifications
You must be signed in to change notification settings - Fork 29
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
feature/click-command #25
Conversation
Feature/animated-sleeping
Standby as I unfudge my repository. |
Hello! Thank you for the PR! Looks awesome! I have a question: have you tested it in the following GNOME Shell versions: 3.38, 40, 41? |
Oops, I did not mean to do that.
It seems to function on 40 and 3.38 but I have not done anything extensive. |
@win0err May I vouch for this PR to be reopened? The functionality implemented here is different by the behavior introduced in version 20. Namely, this PR allows:
It would be interesting to combine the functionality of this PR with what is currently possible in runcat 21 by allowing the user to choose the default behavior when left-clicking, specifying the executable they want to launch and customizing the text presented in the drop-down menu (which would still be accessible by right-clicking). |
Ok, I've added the feature request to backlog. Thank you! |
You're welcome, and thank you for considering my suggestion. Keep up the good work! 👍 |
Click Command
What?
Why?
How?
panelMenuButton.js
Run a command throughGLib.spawn_command_line_async
when clickedprefs.js
et al. Add setting and text box for the command