From ab9d1aab4ed13027896a80200775e5679fca9539 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 24 Feb 2024 08:44:21 +0400 Subject: Add open-fullscreen window rule --- resources/default-config.kdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index bd26d393..0ebefcd2 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -308,6 +308,11 @@ animations { // Make this window open as a maximized column. open-maximized true + + // Make this window open fullscreen. + open-fullscreen true + // You can also set this to false to prevent a window from opening fullscreen. + // open-fullscreen false } // Here's a useful example. Work around WezTerm's initial configure bug -- cgit