diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-04-10 08:19:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 08:19:02 -0400 |
commit | cd3c48fb9d70fd49c53922b0b294828130fcaaa5 (patch) | |
tree | 35860f43beb1ce46de5a3d780ca33830d4bc9ba4 /swaymsg/swaymsg.1.txt | |
parent | 7fee555a462b001748352da1339c9bcc0e154a3b (diff) | |
parent | 5d3a02a7c624bbef07b1b228eb1bb60fade5248c (diff) |
Merge pull request #1146 from SirCmpwn/pretty-print-swaymsg
Add pretty printing to swaymsg
Diffstat (limited to 'swaymsg/swaymsg.1.txt')
-rw-r--r-- | swaymsg/swaymsg.1.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt index c3af28d5..1f03bee3 100644 --- a/swaymsg/swaymsg.1.txt +++ b/swaymsg/swaymsg.1.txt @@ -23,8 +23,8 @@ Options *-q, \--quiet*:: Sends the IPC message but does not print the response from sway. -*-v, \--version*:: - Print the version (of swaymsg) and quit. +*-r, \--raw*:: + Use raw output even if using a tty. *-s, --socket* <path>:: Use the specified socket path. Otherwise, swaymsg will ask sway where the @@ -33,6 +33,9 @@ Options *-t, \--type* <type>:: Specify the type of IPC message. See below. +*-v, \--version*:: + Print the version (of swaymsg) and quit. + IPC Message Types ----------------- |