aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 4004a331..4d0d3559 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -86,6 +86,8 @@ pub enum Msg {
#[command(subcommand)]
action: OutputAction,
},
+ /// Get the configured keyboard layouts.
+ KeyboardLayouts,
/// Print the version of the running niri instance.
Version,
/// Request an error from the running niri instance.