123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .\" Man page generated from reStructuredText.
- .
- .
- .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
- ..
- .TH "MAG" 1 "2021-12-07" "20100913" "SlackBuilds.org"
- .SH NAME
- mag \- dynamic X11 screen magnifier
- .\" 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 BUGS
- .sp
- There is no way to exit \fBmag\fP normally. Use e.g. \fBkillall mag\fP or
- \fBxkill\fP to force it to quit.
- .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.
- .
|