aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2021-09-22 08:54:37 +0200
committerGitHub <noreply@github.com>2021-09-22 08:54:37 +0200
commit535da94536a005fb60e29f7bf902e49390b9cc10 (patch)
tree16575170932c91aaf71a23805520f54515788f00 /man
parentd3ff9afbb5e700161b597799d6067f0d72ac725b (diff)
downloadi3-535da94536a005fb60e29f7bf902e49390b9cc10.tar.gz
i3-535da94536a005fb60e29f7bf902e49390b9cc10.zip
GET_CONFIG: add raw/variable-processed contents of all config files (#4528)
We do this by adding to included_files as i3 processes the configs. This should allow for easy debugging, without having to change how i3 processes config files. related to #4192
Diffstat (limited to 'man')
-rw-r--r--man/i3-msg.man6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/i3-msg.man b/man/i3-msg.man
index ce9b476d..97013fa5 100644
--- a/man/i3-msg.man
+++ b/man/i3-msg.man
@@ -9,7 +9,7 @@ i3-msg - send messages to i3 window manager
== SYNOPSIS
-i3-msg [-q] [-v] [-h] [-s socket] [-t type] [message]
+i3-msg [-q] [-v] [-h] [-s socket] [-t type] [-r] [message]
== OPTIONS
@@ -36,6 +36,10 @@ Instead of exiting right after receiving the first subscribed event,
wait indefinitely for all of them. Can only be used with "-t subscribe".
See the "subscribe" IPC message type below for details.
+*-q, --raw*::
+Display the raw JSON reply instead of pretty-printing errors (for commands) or
+displaying the top-level config file contents (for GET_CONFIG).
+
*message*::
Send ipc message, see below.