summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Hummer12007 <hilobakho@gmail.com>2017-02-13 02:22:48 +0200
committerLibravatar GitHub <noreply@github.com>2017-02-13 02:22:48 +0200
commit09e8eceb8969a50ff65c37e11c182fd44761361a (patch)
tree619bda2269088d0d4f4eac8431b665969b49997f
parentMerge pull request #1070 from Hummer12007/pos (diff)
downloadsway-09e8eceb8969a50ff65c37e11c182fd44761361a.tar.gz
sway-09e8eceb8969a50ff65c37e11c182fd44761361a.tar.zst
sway-09e8eceb8969a50ff65c37e11c182fd44761361a.zip
Document swaygrab -f
-rw-r--r--swaygrab/swaygrab.1.txt5
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
42 Specify a framerate (in frames per second). Used in combination with -c. 42 Specify a framerate (in frames per second). Used in combination with -c.
43 Default is 30. Must be an integer. 43 Default is 30. Must be an integer.
44 44
45*--raw*:: 45*-r, --raw*::
46 Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout. 46 Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout.
47
48*-f, --focused*::
49 Capture only the currently focused container.
47 50
48Examples 51Examples
49-------- 52--------