diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-23 14:24:39 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-23 14:24:39 +0400 |
| commit | 6a587245eb79a0e054c7283eb2a97d694482e834 (patch) | |
| tree | c0359757539c59f4cdfd1e0412c383788e67676c /resources | |
| parent | 2317021a7c4a7296606533d38f1fdce96826f7dc (diff) | |
| download | niri-6a587245eb79a0e054c7283eb2a97d694482e834.tar.gz niri-6a587245eb79a0e054c7283eb2a97d694482e834.tar.bz2 niri-6a587245eb79a0e054c7283eb2a97d694482e834.zip | |
Add open-maximized window rule
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
