Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 972 Bytes

File metadata and controls

32 lines (23 loc) · 972 Bytes

ForceBorderlessWindow (FBW)

ForceBorderlessWindow (FBW) is a simple utility that allows users to turn windowed applications (such as games) into borderless windows, improving the fullscreen experience without modifying the original application.

Features

  • Select running applications from a menu
  • Force borderless window mode
  • Lightweight and easy to use
  • Supports any windowed process
  • Usage

  • Run your game or windowed application.
  • Launch FBW-Win64.exe.
  • Select your game or application from the displayed menu.
  • The selected window will switch to borderless mode.
  • Preview

    FBW Screenshot

    Compilation (Optional)

    It is recommended to download the pre-built binary from the Releases
    If you prefer building from source:

    mkdir build
    cd build
    cmake ..
    cmake --build .