From fb93038bd88e4443015fb482de3450c27f009219 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Mon, 8 Jan 2024 17:17:19 +0400 Subject: Add center-focused-column setting --- resources/default-config.kdl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 87b026c5..8aba085c 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -143,6 +143,14 @@ layout { // top 64 // bottom 64 } + + // When to center a column when changing focus, options are: + // - "never", default behavior, focusing an off-screen column will keep at the left + // or right edge of the screen. + // - "on-overflow", focusing a column will center it if it doesn't fit + // together with the previously focused column. + // - "always", the focused column will always be centered. + center-focused-column "never" } // Add lines like this to spawn processes at startup. -- cgit