From 59e97c27884a0dc82eb45f3269368bb684044aa2 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 27 Nov 2015 10:06:24 -0500 Subject: Add swaygrab(1) man page --- CMakeLists.txt | 1 + swaygrab.1.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 swaygrab.1.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 15646251..fce820fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,7 @@ endfunction () add_manpage(sway 1) add_manpage(sway 5) add_manpage(swaymsg 1) +add_manpage(swaygrab 1) install( FILES "${CMAKE_CURRENT_SOURCE_DIR}/sway.desktop" diff --git a/swaygrab.1.txt b/swaygrab.1.txt new file mode 100644 index 00000000..68bea3e8 --- /dev/null +++ b/swaygrab.1.txt @@ -0,0 +1,44 @@ +///// +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 +------- + +*-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* :: + Use the specified socket path. Otherwise, swaymsg will ask sway where the + socket is (which is the value of $SWAYSOCK, then of $I3SOCK). + +Authors +------- + +Maintained by Drew DeVault , who is assisted by other open +source contributors. For more information about sway development, see +. + +See Also +-------- + +**sway**(5) -- cgit v1.2.3-54-g00ecf