Skip to content

Commit 556b447

Browse files
committed
feat(settings): open-maximized-to-edges window rule added
1 parent f851a92 commit 556b447

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs.md

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,15 @@
26382638
If the final value of this field is true, then the window will open in a maximized column.
26392639
'';
26402640
};
2641+
open-maximized-to-edges = nullable types.bool // {
2642+
description = ''
2643+
Whether to open this window maximized to the screen edges.
2644+
2645+
If the final value of this field is null or false, then the window will not open maximized to edges.
2646+
2647+
If the final value of this field is true, then the window will open maximized to edges.
2648+
'';
2649+
};
26412650
open-fullscreen = nullable types.bool // {
26422651
description = ''
26432652
Whether to open this window in fullscreen.
@@ -3703,6 +3712,7 @@
37033712
(nullable leaf "open-on-output" cfg.open-on-output)
37043713
(nullable leaf "open-on-workspace" cfg.open-on-workspace)
37053714
(nullable leaf "open-maximized" cfg.open-maximized)
3715+
(nullable leaf "open-maximized-to-edges" cfg.open-maximized-to-edges)
37063716
(nullable leaf "open-fullscreen" cfg.open-fullscreen)
37073717
(nullable leaf "open-floating" cfg.open-floating)
37083718
(nullable leaf "open-focused" cfg.open-focused)

0 commit comments

Comments
 (0)