borderless-window

Crates.ioborderless-window
lib.rsborderless-window
version0.1.1
created_at2025-06-18 16:38:29.827902+00
updated_at2025-06-18 16:41:53.252146+00
descriptionminimal cli tool to make applications borderless-windowed
homepage
repositoryhttps://github.com/maxomatic458/borderless
max_upload_size
id1717366
size29,082
(maxomatic458)

documentation

README

borderless

borderless is a windows only cli tool that makes it possible to run applications in borderless-windows mode even if the application does not support it natively.

Usage

Let's say you want to run a game in borderless mode, but it does not support it natively. You can use borderless to run the game in borderless mode:

First inside the game, enable windowed mode in the settings and choose the resolution of your display.

borderless.exe --path "C:\Path\To\Game.exe"

Some games spawn the Window under a different process, in this case you can use the --name option instead:

start "" "C:\Path\To\Game.exe"
REM give the game some time to spawn the window
timeout /t 5 /nobreak >nul
borderless --name "Game.exe"

Reference

Borderless-Gaming was used as inspiration and basic reference for this project. No project-specific code was copied or used as reference, therefore borderless should not be considered a derivative work of Borderless-Gaming.

Commit count: 9

cargo fmt