summaryrefslogtreecommitdiffstats
path: root/swaymsg/swaymsg.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-03 07:27:25 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-04-03 07:27:25 -0400
commit60ce81e06adc9ea133e8cfd030465e94295a95ff (patch)
treeeb34022e36dd9277b40bed5bb4def27d5a1de5e0 /swaymsg/swaymsg.1.txt
parentUpdate README.md (diff)
downloadsway-60ce81e06adc9ea133e8cfd030465e94295a95ff.tar.gz
sway-60ce81e06adc9ea133e8cfd030465e94295a95ff.tar.zst
sway-60ce81e06adc9ea133e8cfd030465e94295a95ff.zip
Add pretty printing to swaymsg
If stdout is a tty, it will pretty print unless -r (--raw) is given. Sample outputs: ``` ~/s/s/build > ./bin/swaymsg fullscreen toggle Error: Permission denied for fullscreen toggle via IPC ~/s/s/build > ./bin/swaymsg -t get_workspaces Workspace 3:三 Output: DVI-I-1 Layout: splith Workspace 1:一 (off-screen) Output: HDMI-A-1 Layout: splith Workspace 5:五 (focused) Output: HDMI-A-1 Layout: splith ~/s/s/build > ./bin/swaymsg -t get_inputs Input device Metadot - Das Keyboard Das Keyboard Type: Keyboard Sway ID: 9456:320:Metadot_-_Das_Keyboard_Das_Keyb Input device Wacom Intuos S 2 Pen Type: Tablet tool Sway ID: 1386:827:Wacom_Intuos_S_2 Input device Wacom Intuos S 2 Pad Type: Tablet pad Sway ID: 1386:827:Wacom_Intuos_S_2 Input device Logitech Gaming Mouse G502 Type: Keyboard, Mouse Sway ID: 1133:49277:Logitech_Gaming_Mous ~/s/s/build > ./bin/swaymsg -t get_outputs Output DVI-I-1 Geometry: 1920x1080 @ 3840,0 Scale factor: 1x Workspace: 3:三 Output DVI-D-1 Geometry: 1920x1080 @ 0,0 Scale factor: 1x Workspace: 4:四 Output HDMI-A-1 Geometry: 1920x1080 @ 1920,0 Scale factor: 1x Workspace: 5:五 ```
Diffstat (limited to 'swaymsg/swaymsg.1.txt')
-rw-r--r--swaymsg/swaymsg.1.txt7
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
23*-q, \--quiet*:: 23*-q, \--quiet*::
24 Sends the IPC message but does not print the response from sway. 24 Sends the IPC message but does not print the response from sway.
25 25
26*-v, \--version*:: 26*-r, \--raw*::
27 Print the version (of swaymsg) and quit. 27 Use raw output even if using a tty.
28 28
29*-s, --socket* <path>:: 29*-s, --socket* <path>::
30 Use the specified socket path. Otherwise, swaymsg will ask sway where the 30 Use the specified socket path. Otherwise, swaymsg will ask sway where the
@@ -33,6 +33,9 @@ Options
33*-t, \--type* <type>:: 33*-t, \--type* <type>::
34 Specify the type of IPC message. See below. 34 Specify the type of IPC message. See below.
35 35
36*-v, \--version*::
37 Print the version (of swaymsg) and quit.
38
36IPC Message Types 39IPC Message Types
37----------------- 40-----------------
38 41