diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-02-12 20:44:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 20:44:08 -0500 |
commit | a018364be324dff1d16680e6de800aea0880664f (patch) | |
tree | 619bda2269088d0d4f4eac8431b665969b49997f /swaygrab/swaygrab.1.txt | |
parent | aed3469c08cfa20d601bcf210307289b4ba42240 (diff) | |
parent | 09e8eceb8969a50ff65c37e11c182fd44761361a (diff) |
Merge pull request #1073 from Hummer12007/patch-3
Document swaygrab -f
Diffstat (limited to 'swaygrab/swaygrab.1.txt')
-rw-r--r-- | swaygrab/swaygrab.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/swaygrab/swaygrab.1.txt b/swaygrab/swaygrab.1.txt index 0a664dab..b2c6389a 100644 --- a/swaygrab/swaygrab.1.txt +++ b/swaygrab/swaygrab.1.txt @@ -42,8 +42,11 @@ Options Specify a framerate (in frames per second). Used in combination with -c. Default is 30. Must be an integer. -*--raw*:: +*-r, --raw*:: Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout. + +*-f, --focused*:: + Capture only the currently focused container. Examples -------- |