diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-27 10:39:18 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-27 10:39:18 -0500 |
| commit | f05b6cd55c63876cf0e5ee7f4f106a26a46f8b66 (patch) | |
| tree | 8989b48bbabf43a78173234802acf7ab8ce0f61e /swaygrab.1.txt | |
| parent | 062c74b7d01a543c69d206a036deff75bc9f7cf1 (diff) | |
Implement swaygrab for still images
Diffstat (limited to 'swaygrab.1.txt')
| -rw-r--r-- | swaygrab.1.txt | 9 |
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 Use the specified socket path. Otherwise, swaymsg will ask sway where the socket is (which is the value of $SWAYSOCK, then of $I3SOCK). +Examples +-------- + +swaygrab HDMI-A-1 output.png:: + Grab the contents of HDMI-A-1 and write to output.png. + +swaygrab -c HDMI-A-1 output.webm:: + Capture a webm of HDMI-A-1. + Authors ------- |
