https://github.com/oery/oery-fullscreen
Shift+F11 = Borderless Fullscreen Any App
https://github.com/oery/oery-fullscreen
Last synced: 2 months ago
JSON representation
Shift+F11 = Borderless Fullscreen Any App
- Host: GitHub
- URL: https://github.com/oery/oery-fullscreen
- Owner: Oery
- License: mit
- Created: 2024-04-22T13:20:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-21T12:59:58.000Z (9 months ago)
- Last Synced: 2025-01-30T02:44:51.864Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oery Fullscreen
A lightweight software to toggle borderless fullscreen on any window.
Only supports Windows.## Usage
1. Download the latest release from the [releases page](https://github.com/oery/oery-fullscreen/releases).
2. Run the executable.
3. Press `Shift + F11` to toggle fullscreen mode.To quit the application, click 'Quit' in the tray menu.
## Known issues
- 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.
## Building
1. Install [Rust](https://www.rust-lang.org/tools/install).
2. Clone the repository.
3. Run `cargo build --release`.
4. The executable will be located at `target/release/oery-fullscreen.exe`.