Issue 526 in xmonad: avoidStruts uses getWindowInfo dpy rootWindow insstead of getCleanedScreenInfo

Status: Accepted Owner: allber...@gmail.com Labels: Type-Defect Priority-Medium Component-Contrib Usability New issue 526 by allber...@gmail.com: avoidStruts uses getWindowInfo dpy rootWindow insstead of getCleanedScreenInfo http://code.google.com/p/xmonad/issues/detail?id=526 What steps will reproduce the problem? 1. Place a dock on a border between screens What is the expected output? What do you see instead? The dock's space is not accounted for, because the strut is set at the maxim extent over all screens in the relevant direction. The size of the root window is the bounding rectangle of all screens, not the size of the screen the dock is on. This means that if we try to make space for a dock that lives "between" two screens, it will actually be allocated on the last screen in that direction.

Comment #1 on issue 526 by igor.con...@gmail.com: avoidStruts uses getWindowInfo dpy rootWindow insstead of getCleanedScreenInfo https://code.google.com/p/xmonad/issues/detail?id=526 Test -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com