borderless fullscreen
1.0.0
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
Debian/Ubuntu
Xorg
sudo apt-get install xdotool zenityWayland
sudo apt-get install wlr-randr wmctrl zenityFedora
Xorg
sudo dnf install xdotool zenityWayland
sudo dnf install wlr-randr wmctrl zenityArch
Xorg
pacman -Syu xdotool zenityAlpine
Xorg
apk add --upgrade xdotool zenityOpen a terminal
git clone https://github.com/FreddyBLtv/borderless-fullscreen.gitcd borderless-fullscreensudo chmod +x install.shsudo ./install.shAfter 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.
sudo ./uninstall.sh