-
Notifications
You must be signed in to change notification settings - Fork 462
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
Right click on empty space in extended dock could open settings menu #336
Comments
Hi, there is a pull request implementing this: #300. |
Based on #300, I implemented this here: https://github.com/franglais125/dash-to-dock/tree/right_click_menu |
Two caveats:
|
I tried your branch. To me it is wrongly positioned , and the dock hide while trying to hover the popupmenu (I'm using intellihide and a bottom dock). I guess that without the extended mode it automatically became insensitive? |
For now the code is only good enough for panel mode... I didn't test with intellihide. Does it make sense to make it available without the panel mode? Hovering the mouse on the edge seems to be quite hard to achieve. In that case, the "SHow Applications" icon is much easier to target. |
I agree that it's probably better to provide only reasonable and consistent targets. However, the main advantage of this feature is to provide access to the settings if one disables the show-app button. Not sure what is better. |
Ahh, I see. Let me then implement for both cases, and then if we don't like we simply remove the non-panel mode. |
Ok, I fixed it for the case where the panel is not extended. Two remaining things:
|
Ok, I fixed the intellihide problem. Would you mind giving it a try again? |
Mmm, it crashed my shell with this error:
because I did not have any monitor explicitly set as the one to put the dock. Yes I noticed the space, my guess is that that spacing is the top panel height, which need to be taken into account. It works correctly on the show-apps button. |
Oops, sorry for the crash! I pushed another commit to fix that. As for the space, yes, I figured the same thing, but I couldn't manage to get rid of it... The Top position works fine too (i.e. there is no extra space). |
When right-clicking on the empty space in the extended dock it would be nice if it pops up the settings menu (the same one you get by right-clicking on the applications button).
The text was updated successfully, but these errors were encountered: