aboutsummaryrefslogtreecommitdiff
path: root/niri-ipc/src
diff options
context:
space:
mode:
Diffstat (limited to 'niri-ipc/src')
-rw-r--r--niri-ipc/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs
index d004a26b..4a0bc8e2 100644
--- a/niri-ipc/src/lib.rs
+++ b/niri-ipc/src/lib.rs
@@ -764,6 +764,12 @@ pub enum Action {
},
/// Clear the dynamic cast target, making it show nothing.
ClearDynamicCastTarget {},
+ /// Toggle (open/close) the Overview.
+ ToggleOverview {},
+ /// Open the Overview.
+ OpenOverview {},
+ /// Close the Overview.
+ CloseOverview {},
}
/// Change in window or column size.