input: Add minimize shortcut

This commit is contained in:
Victoria Brekenfeld 2024-02-27 13:47:59 +01:00 committed by Victoria Brekenfeld
parent 32424d156a
commit 9540005577
2 changed files with 10 additions and 0 deletions

View file

@ -188,6 +188,7 @@ pub enum Action {
Resizing(ResizeDirection),
#[serde(skip)]
_ResizingInternal(ResizeDirection, ResizeEdge, KeyState),
Minimize,
Maximize,
Spawn(String),
}