aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 99d22e63..238ffe9d 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -62,10 +62,12 @@ pub enum Msg {
Outputs,
/// List workspaces.
Workspaces,
- /// Print information about the focused window.
- FocusedWindow,
+ /// Get the configured keyboard layouts.
+ KeyboardLayouts,
/// Print information about the focused output.
FocusedOutput,
+ /// Print information about the focused window.
+ FocusedWindow,
/// Perform an action.
Action {
#[command(subcommand)]
@@ -86,8 +88,6 @@ pub enum Msg {
#[command(subcommand)]
action: OutputAction,
},
- /// Get the configured keyboard layouts.
- KeyboardLayouts,
/// Start continuously receiving events from the compositor.
EventStream,
/// Print the version of the running niri instance.