summaryrefslogtreecommitdiffstats
path: root/swaygrab.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 10:39:18 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 10:39:18 -0500
commitf05b6cd55c63876cf0e5ee7f4f106a26a46f8b66 (patch)
tree8989b48bbabf43a78173234802acf7ab8ce0f61e /swaygrab.1.txt
parentAdd command line to swaygrab (diff)
downloadsway-f05b6cd55c63876cf0e5ee7f4f106a26a46f8b66.tar.gz
sway-f05b6cd55c63876cf0e5ee7f4f106a26a46f8b66.tar.zst
sway-f05b6cd55c63876cf0e5ee7f4f106a26a46f8b66.zip
Implement swaygrab for still images
Diffstat (limited to 'swaygrab.1.txt')
-rw-r--r--swaygrab.1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/swaygrab.1.txt b/swaygrab.1.txt
index 68bea3e8..54a1c37a 100644
--- a/swaygrab.1.txt
+++ b/swaygrab.1.txt
@@ -31,6 +31,15 @@ Options
31 Use the specified socket path. Otherwise, swaymsg will ask sway where the 31 Use the specified socket path. Otherwise, swaymsg will ask sway where the
32 socket is (which is the value of $SWAYSOCK, then of $I3SOCK). 32 socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
33 33
34Examples
35--------
36
37swaygrab HDMI-A-1 output.png::
38 Grab the contents of HDMI-A-1 and write to output.png.
39
40swaygrab -c HDMI-A-1 output.webm::
41 Capture a webm of HDMI-A-1.
42
34Authors 43Authors
35------- 44-------
36 45