An open API service indexing awesome lists of open source software.

https://github.com/silverwind/bmax

Borderless maximizer utility for Windows
https://github.com/silverwind/bmax

Last synced: 10 months ago
JSON representation

Borderless maximizer utility for Windows

Awesome Lists containing this project

README

          

#bMax - borderless maximizer

bMax is a tray utility that can switch Windows applications into a fullscreen-like mode where the window's title and decorations (and optionally, the taskbar) are hidden. There are two distinct methods to achieve the effect:

###Resize method
This is the less intrusive method. It resizes the window to be slightly larger than the visible screen area, and then moves the content area of the window in place, effectively hiding the title bar and borders outside the visible area.

###Strip method
This method takes a more aggressive approach by forcing a window to hide its decorations. You can try it on cases where the resize method fails to deliver an acceptable result.