~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

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

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#[gtk-about]
4
4
[Icon]
5
 
#j+[0;128] Desired icon size for this applet
 
5
#j+[0;400] Desired icon size for this applet
6
6
#{Set to 0 to use the default applet size}
7
7
icon size = 0;0
8
8
 
9
 
#s Name of the icon as it will appear in its label in the dock :
10
 
name = switcher
 
9
#s Name of the icon as it will appear in its caption in the dock:
 
10
name = 
11
11
 
12
 
#S+ Image's filename :
13
 
#{Let empty to use the default one.}
 
12
#S+ Image filename:
 
13
#{Leave empty to use the default one.}
14
14
icon = 
15
15
 
16
16
#d Name of the dock it belongs to:
29
29
#X[Position]
30
30
frame_pos =
31
31
 
32
 
#b Lock position ?
33
 
#{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.}
 
32
#b Lock position?
 
33
#{If locked, the desklet cannot be moved by simply dragging it with the left mouse button. It can still be moved with ALT + left-click.}
34
34
locked = false
35
35
 
36
 
#j+[48;512] Desklet's dimension (width x height) :
37
 
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
36
#j+[24;512] Desklet dimensions (width x height):
 
37
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
38
38
size = 96;96
39
39
 
40
 
#i[-2048;2048] Desklet's position (x ; y) :
 
40
#i[-2048;2048] Desklet position (x, y):
41
41
x position=10
42
42
#i[-2048;2048] ...
43
43
y position=10
45
45
#X[Visibility]
46
46
frame_visi =
47
47
 
48
 
#b Is detached from the dock ?
 
48
#b Is detached from the dock
49
49
initially detached=false
50
 
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Visibility :
 
50
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
51
51
accessibility=0
52
 
#b Should be visible on all desktops ?
 
52
#b Should be visible on all desktops?
53
53
sticky=true
54
54
 
55
55
 
56
56
 
57
 
use size=
58
57
 
59
58
#F[Decorations;gtk-orientation-portrait]
60
59
frame_deco=
61
60
 
62
 
#o+ Choose a decoration theme for this desklet :
 
61
#o+ Choose a decoration theme for this desklet:
63
62
#{Choose 'Custom decorations' to define your own decorations below.}
64
63
decorations = default
65
64
 
66
65
#v
67
66
sep_deco =
68
67
 
69
 
#S+ Background image :
70
 
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
68
#S+ Background image:
 
69
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
71
70
bg desklet =
72
 
#e+[0;1] Background tansparency :
 
71
#e+[0;1] Background transparency:
73
72
bg alpha = 1
74
 
#i+[0;256] Left offset :
75
 
#{in pixels. Use this to adjust the left position of the drawings.}
 
73
#i+[0;256] Left offset:
 
74
#{in pixels. Use this to adjust the left position of drawings.}
76
75
left offset = 0
77
 
#i+[0;256] Top offset :
78
 
#{in pixels. Use this to adjust the top position of the drawings.}
 
76
#i+[0;256] Top offset:
 
77
#{in pixels. Use this to adjust the top position of drawings.}
79
78
top offset = 0
80
 
#i+[0;256] Right offset :
81
 
#{in pixels. Use this to adjust the right position of the drawings.}
 
79
#i+[0;256] Right offset:
 
80
#{in pixels. Use this to adjust the right position of drawings.}
82
81
right offset = 0
83
 
#i+[0;256] Bottom offset :
84
 
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
82
#i+[0;256] Bottom offset:
 
83
#{in pixels. Use this to adjust the bottom position of drawings.}
85
84
bottom offset = 0
86
 
#S+ Foreground image :
87
 
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
85
#S+ Foreground image:
 
86
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
88
87
fg desklet =
89
 
#e+[0;1] Foreground tansparency :
 
88
#e+[0;1] Foreground tansparency:
90
89
fg alpha = 1
91
90
 
92
91
 
96
95
#F[Configuration]
97
96
frame_conf =
98
97
 
99
 
#B Use the compact mode ?
100
 
#{All the desktops will be drawn on the main icon. Otherwise a subdock will contain all the desktops.}
 
98
#B Use the compact mode?
 
99
#{All desktops will be drawn on the main icon. Otherwise a sub-dock will contain all desktops.}
101
100
Vue Simple = true
102
101
 
103
 
#b When drawing in compact mode, try to preserve the screen ratio ?
 
102
#b Preserve the ratio of the screen ?
104
103
preserve ratio = true
105
104
 
106
 
#b Map the wallpaper on icon ?
 
105
#b Map wallpaper to icons?
107
106
Map Wallpaper = true
108
107
 
109
 
#b Show desktop number on the icons ?
 
108
#b Show desktop number on icons?
110
109
display numero desktop = true
111
110
 
112
 
#B Draw the windows on icon ?
 
111
#B Draw windows on icons?
113
112
Draw Windows = true
114
113
 
115
 
#b Draw hidden windows too ?
 
114
#b Draw hidden windows?
116
115
Draw hidden Windows = false
117
116
 
118
117
#v
119
118
sep_conf =
120
119
 
121
 
#l[Show windows list;Show desktop] Action on middle click :
 
120
#l[Show windows' list;Show desktop;Expose all the desktops (Compiz)] Action on middle click :
122
121
action on click = 0
123
122
 
124
123
#U Workspace names :
131
130
#i+[0;8] Size of the inside lines :
132
131
inlinesize = 3
133
132
 
134
 
#C+ Color of the inside lines :
135
 
#{r, v, b, a}
 
133
#C+ Internal line colour:
 
134
#{r, g, b, a}
136
135
rgbinlinecolor = 0.0; 0.0; 0.5; 1.
137
136
 
138
 
#i+[0;8] Size of the extern line :
 
137
#i+[0;8] External line size:
139
138
linesize = 3
140
139
 
141
 
#C+ Color of the extern line :
142
 
#{r, v, b, a}
 
140
#C+ External line colour:
 
141
#{r, g, b, a}
143
142
rgblinecolor = 0.0; 0.0; 0.5; 1.
144
143
 
145
 
#C+ Color of the Windows line :
146
 
#{r, v, b, a}
 
144
#C+ Window line colour:
 
145
#{r, g, b, a}
147
146
rgbwlinecolor = 0.0; 0.0; 0.5; 1.
148
147
 
149
148
#v
150
149
sep_cur =
151
150
 
152
 
#C+ Color of the current desktop :
153
 
#{r, v, b, a}
 
151
#C+ Current desktop colour:
 
152
#{r, g, b, a}
154
153
rgbindcolor = 0.0; 0.0; 0.5; 0.5
155
154
 
156
 
#l+[draw a frame;fill;fill others] How to draw the current desktop :
 
155
#l+[draw a frame;fill;fill others] How to draw the current desktop:
157
156
fill current = 1
158
157
 
159
158
#v
160
159
sep_other =
161
160
 
162
 
#S+ Icon to use in expanded mode if you don't map the wallpaper :
163
 
#{Let empty to use the default one.}
 
161
#S+ Icon to use in expanded mode if wallpaper is not mapped:
 
162
#{Leave empty to use the default one.}
164
163
default icon = 
165
164
 
166
165
 
167
 
#n+ Name of the view used for the sub-dock :
168
 
#{Let it empty to use default sub-dock view.}/
 
166
#n+ Sub-dock view name:
 
167
#{Leave empty to use default sub-dock view.}/
169
168
renderer = 
170
169
 
171
 
#b+ In expanded mode, render the desklet in 3D ?
 
170
#b+ In expanded mode, render the desklet in 3D?
172
171
3D desklet = true