From 3ad01fdda7a675cc5bf612623e2e68d951457aa2 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Fri, 22 Apr 2022 16:28:18 +0200 Subject: [PATCH] focus: IPC help tweaks - Mention next, prev, and focus mode ? - Some wording and format changes --- src/focus.c | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/focus.c b/src/focus.c index 02738202..baa4b72b 100644 --- a/src/focus.c +++ b/src/focus.c @@ -1205,14 +1205,17 @@ static const IpcItem FocusIpcArray[] = { FocusIpc, "focus", "sf", "Focus functions", - " focus ? Show focus info\n" - " focus mode Set focus mode. Modes:\n" - " click: The traditional click-to-focus mode.\n" - " clicknograb: A similar focus mode, but without the grabbing of the click\n" - " (you cannot click anywhere in a window to focus it)\n" - " pointer: The focus will follow the mouse pointer\n" - " sloppy: The focus follows the mouse, but when over the desktop background\n" - " the last window does not lose the focus\n"} + " focus ? Show focused window id\n" + " focus mode MODE Set focus mode. MODEs:\n" + " click The traditional click-to-focus mode\n" + " clicknograb A similar focus mode, but without the grabbing of the click\n" + " (you cannot click anywhere in a window to focus it)\n" + " pointer The focus will follow the mouse pointer\n" + " sloppy The focus follows the mouse, but when over the desktop\n" + " background the last window does not lose the focus\n" + " ? Show currrent focus mode\n" + " focus next Focus previously focused window\n" + " focus prev Focus least recently focused window\n"} , };