From befbdc3ae53e4fb03b7e050eee9578a0387e5a84 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 4 Jan 2025 20:56:37 +0300 Subject: default-config: Fix typo --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 4e53ef9d..5696a88c 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -452,7 +452,7 @@ binds { // The following binds move the focused window in and out of a column. // If the window is alone, they will consume it into the nearby column to the side. - // IF the window is already in a column, they will expel it out. + // If the window is already in a column, they will expel it out. Mod+BracketLeft { consume-or-expel-window-left; } Mod+BracketRight { consume-or-expel-window-right; } -- cgit