File: Xslideshow.sample

package info (click to toggle)
xslideshow 3.1-4
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 792 kB
  • ctags: 1,375
  • sloc: ansic: 14,005; makefile: 897; sh: 1
file content (139 lines) | stat: -rw-r--r-- 4,433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Xslideshow is an application resource for the xslideshow.
! xslideshow has been created by <shiohara@tpp.epson.co.jp>
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


! Specify the default window size
Xslideshow*geometry:			200x200


! Select the colormap, private colormap or default colormap
!
! If "private" is True, xslideshow can use max 256 colors on the
! PseudoColor display.
! The private colormap is rearlly installed in the window system,
! and other application's color would be changed while xslideshow
! is having input focus.
!
! Note: Some window system does not support to install private
!       colormap such as fvwm.
!
! If "private" is False, xslideshow use default colormap and allocate
! free(remain) color cells within max 256 color.
! The default colormap is shared by other applications, and xslideshow
! may not be able to allocate enough color cells when other image
! viewer such as xv is running.
Xslideshow*private:			False

! Specify the allocation number (2 - 256) of color cells.
Xslideshow*color:			256

! Resize the window to the original image size
Xslideshow*resize:			False

! Fit the image to the window size when the image size is larger than window size.
Xslideshow*fit:				True

! Fit the image to the window size even if the image size is smaller than window size.
Xslideshow*maxfit:			False

! Specify the font name.
!Xslideshow*font:			-adobe-times-bold-i-normal--*-240-*-*-p-*-iso8859-1
Xslideshow*font:			fixed

! Show the image file name
Xslideshow*showFileName:	True
Xslideshow*showFilePath:	False

! Show a digital clock
Xslideshow*clock:			False

! Enable mail biff
Xslideshow*biff:			False

! Specify your mail spoolng path
Xslideshow*mail_spool:		/usr/spool/mail

! Specify the image switching interval time (sec)
! 0 is infinite interval time. xslideshow does not switch image until any action is applied.
Xslideshow*intervalTime:		15

! Specify the file selection mode one of (random, sequent)
Xslideshow*fileSelectionMode:	random

! Select an animation mode one of 
! (random,slide,fade,flush,monotone,reverse,wipe,wipe24,block,block24,mosaic,coloranim,coloranim2,shuffle,puzzle,move,float24,slit,transparent)
Xslideshow*animate:			random

! When "random" is specified as animation mode, this animateList is used.
! Specify the list of animation mode
Xslideshow*animateList:		slide\n\
							fade\n\
							flush\n\
							monotone\n\
							reverse\n\
							wipe\n\
							block\n\
							mosaic\n\
							coloranim\n\
							coloranim2\n\
							shuffle\n\
							puzzle\n\
							move\n\
							slit

! GIF-Anim option
! The GIF-Anim is not xslideshow's animation mode, it is reary GIF format.
! When the image has subimages, xslideshow ignore xslideshow's animation mode.
! Xslideshow go on GIF-Anim mode until all subimages are shown.
! After proceeded GIF-Anim, then go on xslideshow's animation mode.

! Specify the switching interval (micro second) using usleep(gifAnimTicks)
! 1 sec == 1000 msec == 1000000 usec
Xslideshow*gifAnimTicks:	200000

! Animation Shuffle
! Select a sort algorithm one of bubble or shell or quick
Xslideshow*shuffleSort:		quick
! Specify one block size (pixel) (shuffleSteps x shuffleSteps)
Xslideshow*shuffleSteps:	100

! Animation Puzzle
! Specify one block size (pixel) (puzzleSteps x puzzleSteps)
Xslideshow*puzzleSteps:		100

! Animation Slit
! Select a sort algorithm one of bubble or shell or quick
Xslideshow*slitSort:		quick
! Specify one slit size (pixel) (slitSteps height)
Xslideshow*slitSteps:	20

! Animation float24
! Specify the floatImage moving step (pixel)
Xslideshow*float24Steps: 1
! Specify the floatImage updating tick (micro second)
Xslideshow*float24Ticks: 100000
! Specify one float24 image size (pixel) (floatImageSize x floatImageSize)
Xslideshow*floatImageSize:	   100
! Specify float24 image life time (sec)
Xslideshow*floatImageLifeTime: 60


! Specify the window border width for shuffle and puzzle animations
! You can specify border width is 0 to draw no border.
Xslideshow*borderWidth:		1


! Specify the path directory where your favorite GIF or JPEG files are located.
! For example:
!Xslideshow*pathDir:		/usr/local/spool/picture/misc \n\
!							/usr/local/spool/picture/supermodels \n\
!							/usr/local/spool/picture/anime
! The default path dir is current dir
Xslideshow*pathDir:			.

! end of Xslideshow