From 186e0b608a816e3c54024e5a3f25bca39be600a9 Mon Sep 17 00:00:00 2001 From: Lin Xianyi Date: Fri, 11 Jul 2025 23:27:41 +0800 Subject: Fix docs for FocusWindowOrWorkspaceDown Typo fix for the doc 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 aec8ddf2..7fbd8cd5 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -332,7 +332,7 @@ pub enum Action { FocusWindowUpOrColumnLeft {}, /// Focus the window above or the column to the right. FocusWindowUpOrColumnRight {}, - /// Focus the window or the workspace above. + /// Focus the window or the workspace below. FocusWindowOrWorkspaceDown {}, /// Focus the window or the workspace above. FocusWindowOrWorkspaceUp {}, -- cgit