I'd like to resize a window inside an application but the edge I need to grab is hidden by overlay scrollbars. I don't want to completely disable overlay scrollbars, that's been asked and answered.
Here is a visual example illustrating the problem. The edge with the tiny markings indicating it can be grabbed and resized are hidden by the overlay scrollbars each time I move the mouse to it:
Instead of moving with mouse cursor from left to right,come with mouse from the right side.
It works for me to position the mouse pointer just a little outside the border of the window (above the scrollbar), then move it a little up or down (in a straight line, until it is outside the scrollbar), then the resize icon appears.
Alternatively, you can wait a few seconds while keeping the mouse above the overlay scrollbar, the overlay scrollbar will disappear (fade away), the resize icon will appear.
Edit
Toggling between scroll modes with a shortcut key combination
Since you mentioned in a comment that toggling between scroll modes would be helpful, you can simply toggle the scrollbar mode to "normal" and back to "overlay" by putting the script below under a convenient key combination. It recognizes the current scrollbar mode, and switches between "normal" and "overlay-auto".
How to use
Copy the script below into an empty file, save it as
toggle_scrollbar.py
Test the script by running it from a terminal window with the command:
If all works fine, make it available under a shortcut key combination: System Settings > "Keyboard" > "Shortcuts" > "Custom Shortcuts". Click the "+" and add the command.
The script:
There is an elegant solution to your problem. It can save your time and make even more actions easier. The resize function can be done even from the middle of the window.
Application is called EasyStroke. All you need to do is configure your command:
type: Button
details: AltButton 2.
If you don't like using this application in
CompizConfig Settings Manager/ Resize window
you can adjust key/mouse combination. The default is: Alt+button2(middle mouse button) or Alt+F8.Enjoy!