-
Notifications
You must be signed in to change notification settings - Fork 6
Description
In MS Windows, when a window is maximised, I used to throw my cursor at the top right corner blindly at the close button to close the window quickly. But in many Linux themes, including this, the cursor changes into resizing arrow at the edge due to the 'right margin' and doesn't get clicked on the close button. So I have to retract it back and then click.
My question is, is it possible to have the 'right margin' only for the edge below the close button and not for the close button? How MS Windows manages this thing, that is, does it have resizing feature for the right edge excluding the close button?
Currently I delete the 'right margin' files from the xfwm4 theme to achieve this, in exchange also losing the resizing capability on the right edge.
Thank you very much for your help.