You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
Currently, services are implemented as final classes. However, their APIs are designed in a way which would allow them to be interfaces with a separate implementation.
This would enable alternative implementations, for example a WorkspaceService implementation for hyprland, and another one for sway.
Currently, services are implemented as final classes. However, their APIs are designed in a way which would allow them to be interfaces with a separate implementation.
This would enable alternative implementations, for example a
WorkspaceServiceimplementation for hyprland, and another one for sway.