-
Notifications
You must be signed in to change notification settings - Fork 26
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
coordinates on multi monitor #8
Comments
For X, all monitors make up a single rectangular screen. So the coordinates For now, But I'm going to add support to multi monitors (just wait an hour and a half). Edit: I didn't added the |
Wow, this is fantastic. I can easily have three almost identical |
Done (it took more time than I imagined). I embedded the monitor information within the Can you test to see if the changes work for you? (I don't have a spare monitor rn). |
I'll give it a shot! |
Remembering to The output of that is
|
Ok, this time I forgot to recompile... The compiler is giving me
|
I forgot to |
Works fantastic! I'll finish getting working on all three monitors and let you know if I run into anything else! |
Looks awesome! |
how about oposite side ? I mean in the right top corner instead of left top corner :) ? |
Then you should write a script to do some math with the output of |
So this is a nitpick but I figured I would ask anyways.
Currently I have a button on my bar that triggers
xmenu
to my cursor location. This works great because I have three monitors, and no matter which bar I click on, I will get the menu by my mouse.The only problem I have with this is that since it goes to my cursor position, it overlaps and obscures the bar when the menu is open.
I have tries setting the coordinates as per the docs, but I suspect that this works differently for multi monitors because I used the coordinate 0x0 assuming that would be in the top left, but I could not see where it launched to at all.
So is there a way I can tell xmenu to spawn at a specific location on every monitor? Basically in the top left but with enough top padding not to obscure my bar.
The text was updated successfully, but these errors were encountered: