waywall is a Wayland compositor that provides various convenient features (key rebinding, Ninjabrain Bot support, etc) for Minecraft speedrunning. It is designed to be nested within an existing Wayland session and is intended as a successor to resetti.
Note
waywall is still under development. Some features are missing or may not work as expected.
Distribution-specific packages are currently only available for Arch through the AUR.
Users on other distributions must build waywall from source or use bundled build-packages.sh.
This script includes the patched GLFW, it will always be located on /usr/local/lib64/waywall-glfw/libglfw.so
podmangitpacur fedora-42, arch and debian-trixie containers(from https://github.com/pacur/pacur)docker
- Clone waywall repository
git clone https://github.com/tesselslate/waywall - Make the main script executable
chmod u+x build-packages.sh - Install pacur containers for archlinux fedora-42 and debian-trixie, ensure they are installed for your user, not root, remove sudo on build.sh /docker/
- Run
./build-packages.shinside waywall folder and select the distro family you want to build for (1 for arch, 2 for fedora, 3 for debian, 4 for done) or use the provided script flags for building (for example./build-packages.sh --debian./build-packages.sh --fedora --arch) - Enjoy
git clone https://github.com/pacur/pacurcd pacur/dockerfind . -maxdepth 1 -type d \( ! -name "archlinux" ! -name "debian-trixie" ! -name "fedora-42" \) -exec rm -rf {} +for dir in */ ; do podman build --rm -t "pacur/${dir::-1}" "$dir"; done- Done, containers should now be installed, if it still doesn't build do a reboot
- The script will output where the build is located (for example
Build artifacts are located in: ~/waywall/waywall-build) depending on the distro you are currently you can either just double-click the file or install it from terminal
- ArchLinux:
sudo pacman -U ~/waywall/waywall-build/waywall-0.5-1-x86_64.pkg.tar.zst - Fedora:
sudo dnf localinstall ~/waywall/waywall-build/waywall-0.5-1.fc42.x86_64.rpm - Debian:
sudo dpkg -i ~/waywall/waywall-build/waywall_0.5-1_amd64.deb
The following dependencies are required only at build time:
wayland-protocols
The following dependencies are required for both building and running:
eglglesv2luajitspngwayland-clientwayland-cursorwayland-eglwayland-serverxcbxcb-compositexcb-resxcb-xtestxwaylandxkbcommon
To build waywall, clone the repository and run make.
waywall is licensed under the GNU General Public License v3 only, no later version.
Non-trivial code has been referenced and reused from the following repositories, particularly for Xwayland support. Their licenses can be found in the relevant files.
waywall bundles a version of the Terminus Font,
which is licensed under the Open Font License. See include/util/font.h for
more information.
waywall bundles a patched version of GLFW if built
with the included building script, GLFW is licensed under the ZLib License. See /usr/share/doc/waywall/glfw-LICENSE.md
& /usr/share/doc/waywall/glfw-MAINTAINERS.md for more information.