diff options
Diffstat (limited to 'accessibility/mag/mag.1')
-rw-r--r-- | accessibility/mag/mag.1 | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/accessibility/mag/mag.1 b/accessibility/mag/mag.1 new file mode 100644 index 0000000000000..230168b011c27 --- /dev/null +++ b/accessibility/mag/mag.1 @@ -0,0 +1,85 @@ +.\" Man page generated from reStructuredText. +. +.TH MAG 1 "2020-11-01" "20100913" "SlackBuilds.org" +.SH NAME +mag \- dynamic X11 screen magnifier +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.\" RST source for mag(1) man page. Convert with: +. +.\" rst2man.py mag.rst > mag.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +mag [\fI\-d\fP] [\fI\-s | \-m | \-l\fP] [\fI\-z factor\fP] [\fI\-x Xcoord\fP] [\fI\-y Ycoord\fP] +.SH DESCRIPTION +.sp +\fBmag\fP is a screen magnifier similar to xmag(1), but it has the +ability to move itself out of the way when not in use. +.sp +With dynamic placement ([\fI\-d\fP] option), the magnifier will flee to the +furthest corner away from the mouse. Without, you can grab it and move it as you like. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-s +small window. +.TP +.B \-m +medium window. +.TP +.B \-l +large window. +.TP +.B \-d +Dynamic placement. +.TP +.BI \-z \ n +Zoom factor. +.TP +.BI \-x \ Xcoord +Original X placement. +.TP +.BI \-y \ Ycoord +Original Y placement. +.UNINDENT +.SH AUTHORS +.sp +mag was written by Danny Chouinard. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The mag homepage: +.sp +\fI\%https://sites.google.com/site/dannychouinard/Home/unix\-linux\-trinkets/little\-utilities/mag\-dynamic\-x11\-screen\-magnifier\fP +.\" Generated by docutils manpage writer. +. |