|
NAMEfvwm-menu-xlock - builds xlock menu definition for fvwmSYNOPSISfvwm-menu-xlock [ --help|-h|-? ] [ --version|-V ] [ --name|-n name ] [ --title|-t title ] [ --item format ] [ --icon-title icon ] [ --icon-item icon ] [ --special-first|-s ] [ -- xlock params ]DESCRIPTIONA simple perl script which parses xlock's output to build an fvwm menu definition of all xlock's modes.OPTIONS
Option parameters can be specified either using '=' or in the next argument. Short options are ok if not ambiguous: -h, -t; but be careful with short options, what is now unambiguous, can became ambiguous in the next versions. Additional arguments (after --) will be passed to xlock. Please see the xlock(1) man page for the xlock options. USAGEAdd these lines to your fvwm configuration file:PipeRead 'fvwm-menu-xlock --name MenuSSaver --title "Screensaver" \ --icon-item mini-bball.xpm --special-first -- -nice 19 -nolock' PipeRead 'fvwm-menu-xlock --name MenuSLock --title "Lock Screen" \ --icon-item mini-rball.xpm --special-first -- -nice 19' AddToMenu "Utilities" "Screensaver%mini-monitor.xpm%" Popup MenuSSaver AddToMenu "Utilities" "Screenlock%mini-lock.xpm%" Popup MenuSLock AUTHORSCharles K. Hines <chuck_hines@vnet.ibm.com>, initial version.Mikhael Goikhman <migo@homemail.com>, from 24 Feb 1999. COPYINGThe script is distributed by the same terms as fvwm itself. See GNU General Public License for details.BUGSDepends on the output of xlock. Will produce an empty menu if the structure of the output is changed.Report bugs to fvwm-bug@fvwm.org.
Visit the GSP FreeBSD Man Page Interface. |