Good day, I like using libnotify quite a bit on my programs (Pidgin, MPC), and the default behaviour is to place the popup on the lower-right edge of the screen. This is fine most of the time except I would prefer if it would not appear on top of the harbour. Looking at the xprop output for the window, it appears that the window does not directly positions itself, but it uses a hint which should be followed by the windows manager.
WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified location: 0, 0 program specified minimum size: 400 by 84 window gravity: NorthWest
Thus, would it be sensible to request that window gravity hints follow the same rules that PekWM commands such as MoveToEdge do? On second though, is the window gravity hint really followed? NorthWest sounds like the exact opposite of "bottom right corner"... (even though every libnotify screenshot shows the popup on the bottom-right... is the gravity description misleading in xprop's output then?)
Closing upon user request.
Please close this bug as invalid. My understanding of "Window Gravity" was way off when I opened it (and I had no idea I had opened it already some months before :x)