-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ewmh: compute workarea against all monitors
When computing and setting the EWMH work area (which also implies EwmhBaseStrut settings), calculate the struts relative to the overall screen widths and heights. Certain monitors with certain resolutions combined will often have "dead space" which calculating per-monitor is a distorted value. The window's offset against the work area is calculated when placing/maimizing a window, so doesn't incur per-monitor offsets. Fixes #271, fixes #265, fixes #264, fixes #250
- Loading branch information
1 parent
21cf3cb
commit 2c8e554
Showing
4 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters