From 96fdbbd1fbc4cc04ba192be65648c43b55d2f503 Mon Sep 17 00:00:00 2001 From: alex-ds13 <145657253+alex-ds13@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:18:59 +0100 Subject: [PATCH] fix(client): re-export `FloatingLayerBehaviour` --- komorebi-client/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/komorebi-client/src/lib.rs b/komorebi-client/src/lib.rs index 6be78c49..e82e4e79 100644 --- a/komorebi-client/src/lib.rs +++ b/komorebi-client/src/lib.rs @@ -29,6 +29,7 @@ pub use komorebi::core::CustomLayout; pub use komorebi::core::CycleDirection; pub use komorebi::core::DefaultLayout; pub use komorebi::core::Direction; +pub use komorebi::core::FloatingLayerBehaviour; pub use komorebi::core::FocusFollowsMouseImplementation; pub use komorebi::core::HidingBehaviour; pub use komorebi::core::Layout;