GitHub - carlos-menezes/fullscreener: Borderless fullscreen for any window (Windows only).

GitHub

1 min read Original article ↗

crates.io

demo.gif

A terminal app that lets you toggle any open window into borderless fullscreen and back to it's original state.

Install

cargo install fullscreener

Then run fullscreener from any terminal.

Build

Requires the MSVC or GNU Windows toolchain (build on Windows, or cross-compile with x86_64-pc-windows-gnu + mingw-w64 if you're on Linux):

The binary ends up at target\release\fullscreener.exe.

Run

Controls

Key Action
Move selection
Enter Toggle borderless fullscreen on the selected window
r Refresh the window list
Esc Quit (restores every window you fullscreened)