aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-07 02:41:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-07 03:34:22 +1200
commita16ad7b710fb2e4085f7d790e699830083d4e102 (patch)
tree5c3e5b1888249ecfc26897fc502ba54a26e22569 /man
parentRemove daft quotes from vimrc (diff)
downloaddotfiles-a16ad7b710fb2e4085f7d790e699830083d4e102.tar.gz
dotfiles-a16ad7b710fb2e4085f7d790e699830083d4e102.zip
Overhaul screenshot behavior
* Move burdensome logic to new script xsnap(1df) * Switch to otherwise-disused Print/PrtScr key * Add binds for full display and single-window screenshots
Diffstat (limited to 'man')
-rw-r--r--man/man1/xsnap.1df16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/xsnap.1df b/man/man1/xsnap.1df
new file mode 100644
index 00000000..ff177754
--- /dev/null
+++ b/man/man1/xsnap.1df
@@ -0,0 +1,16 @@
+.TH XSNAP 1df "May 2022" "Manual page for xsnap"
+.SH NAME
+.B xsnap
+\- wrapper around scrot(1) for serialized recorded screenshots
+.SH SYNOPSIS
+.B xsnap
+.br
+.B xsnap
+\--select
+.SH DESCRIPTION
+.B xsnap
+takes a PNG screenshot with scrot(1), passing any options thereto, saving the
+image into a date-stamped path ~/screenshots/scrot/YYYY-MM-DD, with increasing
+integer filenames for that day.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>