~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to stack/data/stack.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
Import upstream version 2.0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;@VERSION_STACK@
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
#j+[0;128] Desired icon size for this applet
 
6
#{Set to 0 to use the default applet size}
 
7
icon size = 0;0
 
8
 
 
9
#s Name of the icon as it will appear in its label in the dock :
 
10
#{Let empty to use a default name}
 
11
name = _Stack_
 
12
 
 
13
#S+ Image's filename :
 
14
#{Let empty to use the default one.}
 
15
icon = 
 
16
 
 
17
#d Name of the dock it belongs to:
 
18
dock name = 
 
19
 
 
20
order=
 
21
 
 
22
#[gtk-convert]
 
23
[Desklet]
 
24
 
 
25
#j+[48;512] Desklet's dimension (width x height) :
 
26
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
27
size = 96;96
 
28
 
 
29
#i[-2048;2048] Desklet's position (x ; y) :
 
30
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
31
x position=0
 
32
#i[-2048;2048] ...
 
33
y position=0
 
34
 
 
35
#b Is detached from the dock ?
 
36
initially detached=false
 
37
#r[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
 
38
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
39
accessibility=0
 
40
#b Should be visible on all desktops ?
 
41
sticky=true
 
42
 
 
43
#b Lock position ?
 
44
#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
 
45
locked = false
 
46
 
 
47
#I[-180;180] Rotation :
 
48
#{in degrees.}
 
49
rotation = 0
 
50
 
 
51
use size=
 
52
 
 
53
#F[Decorations;gtk-orientation-portrait]
 
54
frame_deco=
 
55
 
 
56
#o+ Choose a decoration theme for this desklet :
 
57
#{Choose the 'personnal' one to define your own decorations below.}
 
58
decorations = default
 
59
 
 
60
#v
 
61
sep_deco =
 
62
 
 
63
#S+ Background image :
 
64
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
65
bg desklet =
 
66
#e+[0;1] Background tansparency :
 
67
bg alpha = 1
 
68
#i+[0;256] Left offset :
 
69
#{in pixels. Use this to adjust the left position of the drawings.}
 
70
left offset = 0
 
71
#i+[0;256] Top offset :
 
72
#{in pixels. Use this to adjust the top position of the drawings.}
 
73
top offset = 0
 
74
#i+[0;256] Right offset :
 
75
#{in pixels. Use this to adjust the right position of the drawings.}
 
76
right offset = 0
 
77
#i+[0;256] Bottom offset :
 
78
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
79
bottom offset = 0
 
80
#S+ Foreground image :
 
81
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
82
fg desklet =
 
83
#e+[0;1] Foreground tansparency :
 
84
fg alpha = 1
 
85
 
 
86
#[gtk-preferences]
 
87
[Configuration]
 
88
 
 
89
stack dir =
 
90
 
 
91
#F[Display;gtk-dialog-info]
 
92
frame_sub=
 
93
#n+ Name of the view used for the sub-dock :
 
94
#{Let it empty to use default sub-dock view.}/
 
95
renderer = 
 
96
 
 
97
#S+ Image for the 'text' items :
 
98
#{They are items created by dropping a text into the Stack.}
 
99
text icon = 
 
100
 
 
101
#S+ Image for the 'URL' items :
 
102
#{They are items created by dropping an URL into the Stack.}
 
103
url icon = 
 
104
 
 
105
 
 
106
#F[Options;gtk-file]
 
107
frame_opt = 
 
108
#b Filter files with their mime types ?
 
109
#{This options allow you to avoid some files to be displayed in the stacks considering their types (video, images, etc...)}
 
110
filter = false
 
111
#s99 Here you can specify a list of mime types to avoid :
 
112
#{Eg: image, text, video, audio, application, ...}/
 
113
mime = application
 
114
 
 
115
#v
 
116
sep =
 
117
 
 
118
#r[Name;Date;Type;Manual order] Sort items by :
 
119
sort by = 1
 
120
 
 
121
#b When copy/paste/cut, use the selection clipboard ?
 
122
#{It is the selection made by the mouse, by opposition to the usual ctrl+c/ctrl+v clipboard}
 
123
selection = FALSE