When --edge top there is a gap on the left/right side of the screen depending on the align value.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
trayer (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
This bug seems to have been fixed upstream. See https:/
From there (and what I'm experiencing):
when I start trayer in xmonad with --SetPartialStrut true, xmonad does not properly avoid covering trayer. Instead, the following behavior is observed:
If no --edge parameter is given, xmonad places windows on top of trayer.
If --edge left is specified, behavior is as expected.
If --edge right is specified, xmonad places windows on top of trayer.
If --edge top is specified, xmonad places windows on top of trayer but acts as though trayer is present on the right side. (It leaves an empty band of space on the right.)
If --edge bottom is specified, xmonad places windows on top of trayer.
It looks like there is a problem with the call made to XChangeProperty at panel.c:
Status changed to 'Confirmed' because the bug affects multiple users.