• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D08-Jun-200789 43

COPYINGH A D08-Jun-200717.6 KiB340281

ChangeLogH A D08-Jun-20070

INSTALLH A D08-Jun-20077.6 KiB183143

Makefile.amH A D08-Jun-2007385 3226

Makefile.inH A D05-Jul-200716.7 KiB547473

NEWSH A D08-Jun-200723 11

READMEH A D05-Jul-20071.9 KiB7348

aclocal.m4H A D05-Jul-200730.4 KiB851764

configureH A D05-Jul-2007141.9 KiB5,0834,074

configure.acH A D05-Jul-2007301 1511

depcompH A D08-Jun-200715.6 KiB531330

install-shH A D08-Jun-20075.5 KiB252153

missingH A D08-Jun-200710.8 KiB361268

mkinstalldirsH A D08-Jun-2007718 4123

wmpal.cH A D03-May-20228.6 KiB280220

xpms.hH A D08-Jun-2007449 2221

README

1/* $Id: README 37 2007-07-05 14:12:10Z danadocus $ */
2
3wmpal
4
5By Dana Jansens <danakj@orodu.net>
6Previously maintained by A.Sleep <a.sleep@asleep.net>
7Originalcode written by Hadess <hadess@writeme.com>
8
9wmpal gives you a pal on your desktop, and that's about it.  wmpal has 7
10different pals to choose from
11
12wmpal homepage: http://wmpal.sf.net
13
14Building
15--------
16
17Requirements:
18	- xlibs
19	- libXpm
20
21--------
22
23Simply type:
24
25    ./configure
26
27    make
28
29    (as root) make install
30
31    wmpal --help for options
32
33Changelog
34---------
35
36- 0.6.1 : Set WM_CLASS on the window for matching
37          Add a -n option for removing decorations in windowed mode
38          Add a -b option for putting the window below others in windowed mode
39          Add a -a option for putting wmpal on all desktops in windowed mode
40          Set hints to have wmpal be skipped by the taskbar and pager when
41          run in windowed mode with -n.
42
43- 0.6 : Added patch from Mikael Magnusson to have runtime-choosable pals.
44        Added snail pal from bbpal, with 2 pictures for it.
45        General code cleanup.
46	Remove use of the libdockapp, for future flexibility.
47	Removed the "run command on click" as it depended on old broken code,
48        and to help make wmpal a little more useless.
49
50- 0.5 : Random pauses to make animations more umm... animated. Added extra
51        pic for each pal.
52
53- 0.4 : (unreleased) Rebelpacket <rebelpacket@asleep.net> added another pic
54        for each pal.
55
56- 0.3 : Changed code to use xsay (included) rather then xmessage. Made minor
57      	code changes
58
59- 0.2 : New maintainer, A.Sleep. Changed some minor things in toplevel
60	Makefile.in and made a few small code changes. Mainly just a v1 release for
61	the new maintainer.
62
63* first version
64
65
66Copyright
67---------
68
69Plain and simple GPL version 2.0, see COPYING for more information
70
71Much thanks to artwiz <artwiz@themes.org> for the pals.
72	These were originally designed for bbpal.
73