diff --git a/komorebi/src/lib.rs b/komorebi/src/lib.rs index 42e39bad..38a83c50 100644 --- a/komorebi/src/lib.rs +++ b/komorebi/src/lib.rs @@ -298,6 +298,7 @@ pub fn notify_subscribers(notification: Notification, state_has_been_modified: b | NotificationEvent::Socket(SocketMessage::ReloadStaticConfiguration(_)) | NotificationEvent::WindowManager(WindowManagerEvent::TitleUpdate(_, _)) | NotificationEvent::WindowManager(WindowManagerEvent::Show(_, _)) + | NotificationEvent::WindowManager(WindowManagerEvent::Uncloak(_, _)) ); let notification = &serde_json::to_string(¬ification)?;