~ubuntu-branches/ubuntu/lucid/awn-extras-applets/lucid

« back to all changes in this revision

Viewing changes to applets/maintained/shiny-switcher/awn-applet-shinyswitcher.schema-ini.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT/rows]
 
2
type = integer
 
3
default = 2
 
4
_description=The number of rows in the pager.
 
5
 
 
6
[DEFAULT/columns]
 
7
type = integer
 
8
default = 3
 
9
_description=The number of columns in the pager.
 
10
 
 
11
[DEFAULT/background_alpha_active]
 
12
type = float
 
13
default = 0.95
 
14
_description=Alpha value to apply to active workspace background.
 
15
 
 
16
[DEFAULT/background_alpha_inactive]
 
17
type = float
 
18
default = 0.55
 
19
_description=Alpha value to apply to inactive workspace background.
 
20
 
 
21
[DEFAULT/applet_scale]
 
22
type = float
 
23
default = 0.95
 
24
_description=Scales the applet size relative to the maximum icon size
 
25
 
 
26
[DEFAULT/show_icon_mode]
 
27
type = integer
 
28
default = 3
 
29
_description=When to  overly the app icon:  0...no      1...on inactive workspace onlt  2...all but active win  3..all.
 
30
 
 
31
[DEFAULT/scale_icon_mode]
 
32
type = integer
 
33
default = 2
 
34
_description=When to scale icons:  0...none  1...on all active ws  2...on_active_win 3...all
 
35
 
 
36
[DEFAULT/scale_icon_factor]
 
37
type = float
 
38
default = 0.75
 
39
_description=Factor to scale icons as specified by scale_icon_mode.  range >0, <=1
 
40
 
 
41
[DEFAULT/win_grab_mode]
 
42
type = integer
 
43
default = 3
 
44
_description=Win grabs:  0...none       1...all (grab method may override) 2..active ws (and sticky)  3...active win
 
45
 
 
46
[DEFAULT/win_grab_method]
 
47
type = integer
 
48
default = 0
 
49
_description=Method to grab windows.  0 = gdk.
 
50
 
 
51
[DEFAULT/win_active_icon_alpha]
 
52
type = float
 
53
default = 0.65
 
54
_description=Alpha to apply to icon overlayed on active window.
 
55
 
 
56
[DEFAULT/win_inactive_icon_alpha]
 
57
type = float
 
58
default = 1.0
 
59
_description=Alpha to apply to icon overlayed on inactive window.
 
60
 
 
61
[DEFAULT/mousewheel]
 
62
type = integer
 
63
default = 1
 
64
_description=Mousewheel  0. off. 1 up left, down right. 2 Opposite direction of 1. 3 Same as 1 no wrap. 4 opposite direction of 3.
 
65
 
 
66
[DEFAULT/cache_expiry]
 
67
type = integer
 
68
default = 7
 
69
_description=Number of seconds before a cached window surface is considered to be expired.  After this duration it will be updated when needed if it possible to do so.
 
70
 
 
71
[DEFAULT/scale_icon_position]
 
72
type = integer
 
73
default = 3
 
74
_description=0... centre  1 NW    2 NE   3 SE  4 SW     
 
75
 
 
76
[DEFAULT/applet_border_width]
 
77
type = integer
 
78
default = 1
 
79
_description=Applet border width.  0 indicates no border.
 
80
 
 
81
[DEFAULT/applet_border_colour]
 
82
type = color
 
83
default = #00000088
 
84
_description=The colour (RGBA) of the applet border.
 
85
_description[en_US] = The color (RGBA) applet border.
 
86
 
 
87
[DEFAULT/grab_wallpaper]
 
88
type = boolean
 
89
default = true
 
90
_description=Whether to grab wallpaper.
 
91
 
 
92
[DEFAULT/desktop_colour]
 
93
type = color
 
94
default = #00000088
 
95
_description=The colour of the desktop (RGBA) if grab_wallpaper is FALSE.
 
96
_description[en_US] = The color of the desktop (RGBA) if grab_wallpaper is FALSE.
 
97
 
 
98
[DEFAULT/queued_render_timer]
 
99
type = integer
 
100
default = 1000
 
101
_description=Queued render timer. Number of milliseconds between queued render updates. The smaller the number the less lag will be apparent on shinyswitcher updates.  Multiples of 1000 are more power and CPU efficient.
 
102
 
 
103
; vim: set ft=dosini :