Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
wmpuzzle(6)			 Version 0.5.3			   wmpuzzle(6)

NAME
       wmpuzzle	- WindowMaker dock app 4x4 puzzle

SYNOPSIS
       wmpuzzle	[options] [xpm image file]

DESCRIPTION
       wmpuzzle	 provides a 4x4	puzzle on a 64x64 mini window.	It is designed
       to work with the	WindowMaker dock, but will work	with other window man-
       agers as	well.

OPTIONS
       -h, --help
	      displays a command line summary.

       -a, --auto-save
	      automatically save the puzzle state on program exit.

       -k, --keyboard
	      enable use of the	keyboard for arrow-key navigation.

       -s, --shuffle=count
	      shuffle the image	count times, defaults to 2000.	Using -s  pre-
	      vents loading the	saved state from the resource file.

       -v, --version
	      displays the version number.

       --display=id
	      Set the display to use, e.g. --display=:0.0.

       --geometry=pos
	      Set  the	position of the	dock app, e.g. --geometry=+10+10. Note
	      that the size (64x64) is hard-coded and cannot be	changed.

       The image file must be an XPM file with minimum (and recommended)  size
       of  48x48  pixels.  If  it is larger then the upper left	corner will be
       shown.

USAGE
       Left mouse click	moves the puzzle tiles,	right click saves the  current
       state  and  middle  click recovers the last saved state.	If -k has been
       specified the arrow keys	and key	s and key r will do as well.

       If the picture has been completed the last element will be shown.

FILES
       ~/.wmpuzzlerc
	      contains the puzzling state of the images. The  basename	of  an
	      image  file will be used as its identifier. Use option -s	to ig-
	      nore this	file on	startup.

BUGS
       When wmpuzzle complains about not enough	free color symbols that's  be-
       cause  it needs to add six colors to the	XPM's color table and found no
       free symbols using the according	number of characters per  pixel.   Try
       to  find	 some  unused entries, delete them and correct the size	of the
       color table (the	third number in	the first line), or enlarge the	number
       of characters per pixel using some imaging program.

       Please send any bugs to <martin@godisch.de>. Debian users  are  encour-
       aged   to  use  the  Debian  Bug	 Tracking  System  at  http://bugs.de-
       bian.org/wmpuzzle.

AUTHOR
       wmpuzzle	is written by Martin A.	Godisch	<martin@godisch.de>. Thanks to
       Gordon Fraser for his suggestions, and to Kyle Boyle for	the  contribu-
       tion  of	 his  numbers puzzle. Thanks to	Matthias Klose for bug reports
       and fixes.

The Debian Project		  March	2024			   wmpuzzle(6)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=wmpuzzle&sektion=6&manpath=FreeBSD+Ports+15.0>

home | help