chore: Add new keybind for maximize window

This commit is contained in:
ulic-youthlic 2025-10-18 23:10:53 +08:00
parent 0d0b97aaea
commit 3ad30acae7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -404,6 +404,12 @@ in
(flag "fullscreen-window") (flag "fullscreen-window")
] ]
) )
(node "Mod+Ctrl+M"
[ { repeat = false; } ]
[
(flag "maximize-window-to-edges")
]
)
(plain "Mod+Z" [ (plain "Mod+Z" [
(flag "center-column") (flag "center-column")
]) ])