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

« back to all changes in this revision

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

Tags: upstream-2.0.9
ImportĀ upstreamĀ versionĀ 2.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#i[-2048;2048] ...
31
31
y position=10
32
32
 
33
 
#b Is detached ?
 
33
#b Is detached from the dock ?
34
34
initially detached=false
35
 
#r[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
36
 
#b Keep below ?
37
 
#b Keep above ?
 
35
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
38
36
accessibility=0
39
37
#b Should be visible on all desktops ?
40
38
sticky=true
114
112
#i+[0;8] Size of the inside lines :
115
113
inlinesize = 3
116
114
 
117
 
#c+4[0;1] Color of the inside lines :
 
115
#C+ Color of the inside lines :
118
116
#{r, v, b, a}
119
117
rgbinlinecolor = 0.0; 0.0; 0.5; 1.
120
118
 
121
119
#i+[0;8] Size of the extern line :
122
120
linesize = 3
123
121
 
124
 
#c+4[0;1] Color of the extern line :
 
122
#C+ Color of the extern line :
125
123
#{r, v, b, a}
126
124
rgblinecolor = 0.0; 0.0; 0.5; 1.
127
125
 
128
126
 
129
 
#c+4[0;1] Color of the Windows line :
 
127
#C+ Color of the Windows line :
130
128
#{r, v, b, a}
131
129
rgbwlinecolor = 0.0; 0.0; 0.5; 1.
132
130
 
133
131
 
134
 
#c+4[0;1] Color of the current desktop :
 
132
#C+ Color of the current desktop :
135
133
#{r, v, b, a}
136
134
rgbindcolor = 0.0; 0.0; 0.5; 0.5
137
135
 
138
 
#r+[draw a frame;fill;fill others] How to draw the current desktop :
 
136
#l+[draw a frame;fill;fill others] How to draw the current desktop :
139
137
fill current = 1
140
138
 
141
139