feat(wm): add a splash screen for mdm devices

A little nudge for people to do the right thing, 1990s vibes.
This commit is contained in:
LGUG2Z
2025-10-28 17:13:05 -07:00
parent e93751aa5f
commit b613986474
19 changed files with 1077 additions and 511 deletions

View File

@@ -66,6 +66,7 @@ pub use komorebi::core::replace_env_in_path;
pub use komorebi::monitor::Monitor;
pub use komorebi::monitor_reconciliator::MonitorNotification;
pub use komorebi::ring::Ring;
pub use komorebi::splash;
pub use komorebi::state::GlobalState;
pub use komorebi::state::State;
pub use komorebi::win32_display_data;