From 6a587245eb79a0e054c7283eb2a97d694482e834 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 23 Feb 2024 14:24:39 +0400 Subject: Add open-maximized window rule --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 9cca2f8c..bd26d393 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -305,6 +305,9 @@ animations { // If such an output does not exist, it will open on the currently // focused output as usual. open-on-output "eDP-1" + + // Make this window open as a maximized column. + open-maximized true } // Here's a useful example. Work around WezTerm's initial configure bug -- cgit