aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/swaymsg.1.scd
diff options
context:
space:
mode:
authorLibravatar Peter Grayson <pete@jpgrayson.net>2019-03-08 12:43:04 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-03-11 10:56:20 -0400
commitbedf2ac2fbd24b8b2be9eb5a9f2dbf315a7dd7a3 (patch)
tree786586b3960f3d51f1f2c89600072351be3435f6 /swaymsg/swaymsg.1.scd
parentipc: describe libinput device configuration (diff)
downloadsway-bedf2ac2fbd24b8b2be9eb5a9f2dbf315a7dd7a3.tar.gz
sway-bedf2ac2fbd24b8b2be9eb5a9f2dbf315a7dd7a3.tar.zst
sway-bedf2ac2fbd24b8b2be9eb5a9f2dbf315a7dd7a3.zip
Add -p/--pretty option to swaymsg
This new option forces pretty (non-raw/non-JSON) output. By default, when not using a tty, swaymsg outputs using the "raw" format. This makes it impossible to, for example, pipe the pretty output to a pager such as `less` since piping does not use a tty. The new -p/--pretty option gives the user explicit control over the output format while retaining the default tty-dependent behavior. Signed-off-by: Peter Grayson <pete@jpgrayson.net>
Diffstat (limited to 'swaymsg/swaymsg.1.scd')
-rw-r--r--swaymsg/swaymsg.1.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index 523db6cc..1bcf956a 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -19,6 +19,9 @@ _swaymsg_ [options...] [message]
19 there is a malformed response or an invalid event type was requested, 19 there is a malformed response or an invalid event type was requested,
20 swaymsg will stop monitoring and exit. 20 swaymsg will stop monitoring and exit.
21 21
22*-p, --pretty*
23 Use raw output even when not using a tty.
24
22*-q, --quiet* 25*-q, --quiet*
23 Sends the IPC message but does not print the response from sway. 26 Sends the IPC message but does not print the response from sway.
24 27