diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
