Skip to content
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

[proposal] increase SHOW_DOCK_BOX_HEIGHT so that it's easier to trigger #81

Closed
bryango opened this issue Feb 19, 2023 · 1 comment
Closed

Comments

@bryango
Copy link

bryango commented Feb 19, 2023

I am using a dual monitor setup where the primary screen is on the top (labeled "2" in the settings view as shown below). In this case it's hard to place the cursor at the primary screen border; instead the cursor easily "falls through" the border into the lower screen. It's then nearly impossible to trigger the dock. (Also the animation looks weird as the dock will emerge from the lower screen and pop into the upper screen, but that's just a minor annoyance.)

I find that I can fix the problem by adjusting the constant:

var SHOW_DOCK_BOX_HEIGHT = 2;

With SHOW_DOCK_BOX_HEIGHT = 20 I can finally trigger the show dock action. Would you consider increasing this constant, before a proper multiple screens implementation (#44) is completed? Thank you!

P.S. My dual monitor setup: primary screen on top (labeled "2" by the settings view)

bryango added a commit to bryango/dock-from-dash that referenced this issue Feb 19, 2023
@bryango
Copy link
Author

bryango commented Jun 15, 2023

This is less reliable than I had imagined. Unintended triggers happen now and then. Closing...

@bryango bryango closed this as completed Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant