This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit d5724bd6cce5c66170362d37dee725466e14f618
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Jun 11 20:36:14 2022 +0200

    ipc: Improve help for win_op target specification
---
 src/ipc.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/ipc.c b/src/ipc.c
index b349f3ce..77aae9fe 100644
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -1709,7 +1709,7 @@ static const IpcItem IPCArray[] = {
    {
     IPC_WinOps,
     "win_op", "wop",
-    "Change a property of a specific window",
+    "Change a property of one or more window(s)",
     "Use \"win_op <windowid> <property> <value>\" to change the property of a window\n"
     "You can use the \"window_list\" command to retrieve a list of available windows\n"
     "You can use ? after most of these commands to receive the current\n"
@@ -1748,7 +1748,14 @@ static const IpcItem IPCArray[] = {
     "  win_op <windowid> <no_user_close/move/size> [on|off]\n"
     "  win_op <windowid> <no_wm_focus> [on|off]\n"
     "  win_op <windowid> pass_ptr [on|off]\n"
-    "<windowid> may be substituted with \"current\" to use the current window\n"},
+    "<windowid> may be one of\n"
+    "  \"*\" or \"current\" : the current window (group operation)\n"
+    "  \"=\"              : the current window (non-group operation)\n"
+    "  <xid>            : the window XID\n"
+    "  <string>         : the first window with name containing <string>\n"
+    "  <pattern>        : the window(s) with name matching <pattern>\n"
+    "                     <pattern> is a string containing at least one *\n"
+   },
    {
     IPC_WinList,
     "window_list", "wl",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to