diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-03-31 13:34:34 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-03-31 13:34:49 +0300 |
| commit | 66d3a3bd827878445aba3b17e9bff23c339df808 (patch) | |
| tree | 2d94d9a673819ee3db99cbb40650aeb17597e131 | |
| parent | 36489f1daae47dc81645f4f188032b7e98a1e81e (diff) | |
| download | niri-66d3a3bd827878445aba3b17e9bff23c339df808.tar.gz niri-66d3a3bd827878445aba3b17e9bff23c339df808.tar.bz2 niri-66d3a3bd827878445aba3b17e9bff23c339df808.zip | |
Fix ToggleKeyboardShortcutsInhibit comment
| -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"))] |
