diff options
| author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-02 12:47:34 +0200 |
|---|---|---|
| committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-02 12:49:01 +0200 |
| commit | 99af7e7c9cf3fbf6e3b626fa7b8e20f173bd6295 (patch) | |
| tree | 2064357a24faf45ec40ef38475d6a81f13f5eb3f /swaygrab.1.txt | |
| parent | 7a1c8c2939c8581bb47323513b91a94aebf62b36 (diff) | |
move manpages to subfolders
Diffstat (limited to 'swaygrab.1.txt')
| -rw-r--r-- | swaygrab.1.txt | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/swaygrab.1.txt b/swaygrab.1.txt deleted file mode 100644 index cd4b8bd2..00000000 --- a/swaygrab.1.txt +++ /dev/null @@ -1,58 +0,0 @@ -///// -vim:set ts=4 sw=4 tw=82 noet: -///// -:quotes.~: - -swaygrab (1) -============ - -Name ----- -swaygrab - Grab image data from the current sway session. - -Synopsis --------- -'swaygrab' [options] [output] [file] - -Grabs pixels from _output_ and writes them to _file_. The image will be passed to -ImageMagick convert for processing. - -Options -------- - -*-h, --help*:: - Show help message and quit. - -*-c, \--capture*:: - Captures multiple frames as video and passes them into ffmpeg. Continues until - you send SIGTERM (ctrl+c) to swaygrab. - -*-v, \--version*:: - Print the version (of swaymsg) and quit. - -*-s, --socket* <path>:: - Use the specified socket path. Otherwise, swaymsg will ask sway where the - socket is (which is the value of $SWAYSOCK, then of $I3SOCK). - -*-r, --rate* <rate>:: - Specify a framerate (in frames per second). Used in combination with -c. - Default is 30. Must be an integer. - -*--raw*:: - Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout. - -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 -------- - -Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open -source contributors. For more information about sway development, see -<https://github.com/SirCmpwn/sway>. |
