diff --git a/komorebi/src/workspace.rs b/komorebi/src/workspace.rs index 6b09e84e..7d3fa96c 100644 --- a/komorebi/src/workspace.rs +++ b/komorebi/src/workspace.rs @@ -333,10 +333,6 @@ impl Workspace { } if let Some(updated_layout) = updated_layout { - if !matches!(updated_layout, Layout::Default(DefaultLayout::BSP)) { - self.set_layout_flip(None); - } - self.set_layout(updated_layout); } } diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index ca8b647f..161a9037 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -1175,7 +1175,7 @@ enum SubCommand { #[clap(hide = true)] #[clap(arg_required_else_help = true)] LoadCustomLayout(LoadCustomLayout), - /// Flip the layout on the focused workspace (BSP only) + /// Flip the layout on the focused workspace #[clap(arg_required_else_help = true)] FlipLayout(FlipLayout), /// Promote the focused window to the top of the tree