Added sway support and created initial xp overlay with gtk-layer-shell

This commit is contained in:
2025-06-15 01:31:43 -06:00
parent d34cccc253
commit 4c07690e85
151 changed files with 7290 additions and 247 deletions
@@ -0,0 +1,15 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <wayland_layer_shell/wayland_layer_shell_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) wayland_layer_shell_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "WaylandLayerShellPlugin");
wayland_layer_shell_plugin_register_with_registrar(wayland_layer_shell_registrar);
}