From 2aebd6bdbbed8e22011a8cd2a283148a3140e854 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 1 Oct 2024 13:20:21 +0300 Subject: default-config: Add comments to consume/expel binds --- resources/default-config.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 371bcc29..9f585a39 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -422,7 +422,9 @@ binds { // Switches focus between the current and the previous workspace. // Mod+Tab { focus-workspace-previous; } + // Consume one window from the right into the focused column. Mod+Comma { consume-window-into-column; } + // Expel one window from the focused column to the right. Mod+Period { expel-window-from-column; } // There are also commands that consume or expel a single window to the side. -- cgit