jwm
jwm copied to clipboard
Dynamic menu overlaps the tray
When the tray is configured to display at the bottom or at the right of the screen, a dynamic menu will overlap the tray instead of displaying just next to it.
This only happens with dynamic menus and only if the tray is at the bottom or at the right side of the screen. I'm using Ubuntu 18.04, JWM v 2.3.7. I also tested the latest development snapshot s1685, but the problem persists.
The two attached images may make the problem more clear. In the first image everything is fine, because the tray is at the top of the screen. The rootmenu is not hiding the tray. The problem is visible in the second image. As you can see here, the rootmenu is hiding the tray, which is not desirable.
Placing a TrayButton
within a bottom-aligned Tray
, where the TrayButton
is used to invoke a RootMenu
, the initial menu doesn't overlap the tray; however, other menus displayed by Include
statements do overlap the tray.
It would be nice if TrayButton
or RootMenu
included x- and y-offset options.