Add open-fullscreen window rule

This commit is contained in:
Ivan Molodetskikh
2024-02-24 08:44:21 +04:00
parent 506dcd99d7
commit ab9d1aab4e
4 changed files with 20 additions and 2 deletions
+5
View File
@@ -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