Skip to content

This is a simple bash script that allows you to force a windowed application into borderless fullscreen mode in Linux.

License

Notifications You must be signed in to change notification settings

FreddyBLtv/borderless-fullscreen

Repository files navigation

Borderless Fullscreen

A shell script that allows you to force a selected windowed application into borderless fullscreen mode. (inspired by the 'Borderless Gaming' app on Windows)

Main Main

Requirements

Xorg

Wayland

Installation

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

Usage

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.

Uninstall

Open a terminal and navigate into the cloned repository.

  • Run the uninstallation script.
sudo ./uninstall.sh

About

This is a simple bash script that allows you to force a windowed application into borderless fullscreen mode in Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages