diff options
| -rw-r--r-- | niri-ipc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs index 827cb5c8..d004a26b 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -212,7 +212,7 @@ pub enum Action { #[cfg_attr(feature = "clap", arg(short = 'd', long, action = clap::ArgAction::Set, default_value_t = true))] write_to_disk: bool, }, - /// Enable or disable the keyboard shortcuts inhibitor (if any) for the focused window. + /// Enable or disable the keyboard shortcuts inhibitor (if any) for the focused surface. ToggleKeyboardShortcutsInhibit {}, /// Close a window. #[cfg_attr(feature = "clap", clap(about = "Close the focused window"))] |
