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

« back to all changes in this revision

Viewing changes to terminal/data/terminal.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_TERMINAL@
 
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 cairo-dock :
 
10
name = terminal
 
11
 
 
12
#S+ Image's filename :
 
13
#{Let empty to use the default one.}
 
14
icon = 
 
15
 
 
16
#d Name of the dock it belongs to:
 
17
dock name = 
 
18
 
 
19
order=
 
20
 
 
21
#[gtk-convert]
 
22
[Desklet]
 
23
 
 
24
#j+[48;512] Desklet's dimension (width x height) :
 
25
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
26
size = 256;256
 
27
 
 
28
#i[-2048;2048] Desklet's position (x ; y) :
 
29
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
30
x position=0
 
31
#i[-2048;2048] ...
 
32
y position=0
 
33
 
 
34
#b Is detached from the dock ?
 
35
initially detached=false
 
36
#r[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
 
37
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
38
accessibility=0
 
39
#b Should be visible on all desktops ?
 
40
sticky=true
 
41
 
 
42
#b Lock position ?
 
43
#{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.}
 
44
locked = false
 
45
 
 
46
#I[-180;180] Rotation :
 
47
#{in degrees.}
 
48
rotation = 0
 
49
 
 
50
use size=
 
51
 
 
52
#F[Decorations;gtk-orientation-portrait]
 
53
frame_deco=
 
54
 
 
55
#o+ Choose a decoration theme for this desklet :
 
56
#{Choose the 'personnal' one to define your own decorations below.}
 
57
decorations = default
 
58
 
 
59
#v
 
60
sep_deco =
 
61
 
 
62
#S+ Background image :
 
63
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
64
bg desklet =
 
65
#e+[0;1] Background tansparency :
 
66
bg alpha = 1
 
67
#i+[0;256] Left offset :
 
68
#{in pixels. Use this to adjust the left position of the drawings.}
 
69
left offset = 0
 
70
#i+[0;256] Top offset :
 
71
#{in pixels. Use this to adjust the top position of the drawings.}
 
72
top offset = 0
 
73
#i+[0;256] Right offset :
 
74
#{in pixels. Use this to adjust the right position of the drawings.}
 
75
right offset = 0
 
76
#i+[0;256] Bottom offset :
 
77
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
78
bottom offset = 0
 
79
#S+ Foreground image :
 
80
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
81
fg desklet =
 
82
#e+[0;1] Foreground tansparency :
 
83
fg alpha = 1
 
84
 
 
85
#[gtk-preferences]
 
86
[GUI]
 
87
#e[0;1] Terminal's transparency :
 
88
#{needs to restart the applet.}
 
89
terminal transparency=.5
 
90
 
 
91
#c+ Foreground color (r, v, b):
 
92
foreground color= 1.; 1.; 1.
 
93
 
 
94
#c+ Background color (r, v, b):
 
95
background color= 0.; 0.; 0.
 
96
 
 
97
#I[5;999] Size of the terminal (line x columns) :
 
98
#{When the terminal is in a dialog. When it is in a desklet, you can just resize the desklet as usual.}
 
99
nb lines = 25
 
100
#I[5;999] ...
 
101
nb columns = 70
 
102
 
 
103
#k Shortkey to show the terminal :
 
104
shortkey = <Control>F5