A shell script that allows you to force a selected windowed application into borderless fullscreen mode. (inspired by the 'Borderless Gaming' app on Windows)
Xorg
Wayland
Open a terminal
- Install the required dependencies
Debian/Ubuntu
Xorg
sudo apt-get install xdotool zenity
Wayland
sudo apt-get install wlr-randr wmctrl zenity
Fedora
Xorg
sudo dnf install xdotool zenity
Wayland
sudo dnf install wlr-randr wmctrl zenity
Arch
Xorg
pacman -Syu xdotool zenity
Alpine
Xorg
apk add --upgrade xdotool zenity
Open a terminal
- Clone the repository or download the script to your local machine.
git clone https://github.com/FreddyBLtv/borderless-fullscreen.git
- Navigate into the cloned repository.
cd borderless-fullscreen
- Make the installation script executable.
sudo chmod +x install.sh
- Run the installation script.
sudo ./install.sh
- Choose Wayland or Xorg.
After running the installation script, the Borderless Fullscreen application should be available in your application menu and you can start it by clicking on it.
Open a terminal and navigate into the cloned repository.
- Run the uninstallation script.
sudo ./uninstall.sh