From 30b213601a4f71d65a2227fa68ffb1ab2a69f671 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 20 Jun 2024 12:04:10 +0300 Subject: Implement the event stream IPC --- src/cli.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 4d0d3559..99d22e63 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -88,6 +88,8 @@ pub enum Msg { }, /// Get the configured keyboard layouts. KeyboardLayouts, + /// Start continuously receiving events from the compositor. + EventStream, /// Print the version of the running niri instance. Version, /// Request an error from the running niri instance. -- cgit