feat(wm): notify subscribers of monitor events

This commit allows notifying the subscribers of any monitor events like
display connection change or work area change.
This commit is contained in:
alex-ds13
2025-01-24 01:17:59 +00:00
committed by Jeezy
parent 4123c9a0e2
commit 5c3c3659b5
4 changed files with 44 additions and 19 deletions

View File

@@ -34,6 +34,7 @@ pub use komorebi::core::StackbarMode;
pub use komorebi::core::StateQuery;
pub use komorebi::core::WindowKind;
pub use komorebi::monitor::Monitor;
pub use komorebi::monitor_reconciliator::MonitorNotification;
pub use komorebi::ring::Ring;
pub use komorebi::window::Window;
pub use komorebi::window_manager_event::WindowManagerEvent;