Ruby GTK4 Layer Shell
This is a set of Ruby bindings for Gtk4LayerShell, which is a library that enables using the Wayland layer shell protocol with GTK4 applications.
Usage
Due to the way Gtk4LayerShell works,
the Gtk4LayerShell libraries should be loaded before any Wayland libraries.
This can be achieved in Ruby by importing gtk4_layer_shell/preload
before anything else.
See examples in the repository for usage examples.