phillbush / xmenu

a x11 menu utility
Other
296 stars 26 forks source link

Menu jumps to the bottom of the screen #16

Closed jzbor closed 3 years ago

jzbor commented 3 years ago

My problem is pretty simple: When I spawn a xmenu at the pointers position (no arguments) and the pointer is at the very top of the monitor the menu spawns on the same x coordinate but on the bottom of the monitor.

phillbush commented 3 years ago

The last commit fixes it. I just had to replace a > with a >=.

jzbor commented 3 years ago

Thank you!