A lightweight software to toggle borderless fullscreen on any window. Only supports Windows.
- Download the latest release from the releases page.
- Run the executable.
- Press
Shift + F11
to toggle fullscreen mode.
To quit the application, click 'Quit' in the tray menu.
- Windows that aren't meant to be fullscreen, such as Voicemeeter, will break when fullscreen mode is toggled. This can be fixed but as for now, do not toggle fullscreen on these windows.
- Install Rust.
- Clone the repository.
- Run
cargo build --release
. - The executable will be located at
target/release/oery-fullscreen.exe
.