From 66d3a3bd827878445aba3b17e9bff23c339df808 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 31 Mar 2025 13:34:34 +0300 Subject: Fix ToggleKeyboardShortcutsInhibit comment --- niri-ipc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))] -- cgit