You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to produce this issue while trying to run skyrim via wine.
compton will make the upper section of the window transparent where the window decoration would have been if not fullscreen.
compton relies on _NET_FRAME_EXTENTS to determine the size of window frame, and adjusts when the property changes. If your full-screen window indeed has _NET_FRAME_EXTENTS set, compton is doing what it is supposed to do, and we could never fix a bug in your WM or application. I would recommend you to check _NET_FRAME_EXTENTS on your full-screen window with xprop.
And your patch will unfortunately not be merged into compton. There are cases when a full-screen window has a frame, and the logic doesn't sound like the best solution.
tryone144
pushed a commit
to tryone144/compton
that referenced
this issue
Dec 20, 2019
I managed to produce this issue while trying to run skyrim via wine.
compton will make the upper section of the window transparent where the window decoration would have been if not fullscreen.
the following patch works arround the issue
The text was updated successfully, but these errors were encountered: