~ubuntu-branches/ubuntu/saucy/stalonetray/saucy

« back to all changes in this revision

Viewing changes to stalonetrayrc.sample.in

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2009-10-10 02:05:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091010020520-adj6s9i1ujpvzapo
Tags: 0.8.0~beta1-1
* New upstream release
* bump Standards-Version to 3.8.3
* Remove Torsten from Uploaders as requested

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
# display <display name>     # as usual
23
23
 
24
 
# dbg_level <int>            # controls the amount of debug info (for this setting to
25
 
                             # have effect, stalonetray sources must have been
26
 
                             # configured and compiled with --enable-debug)
27
 
# dbg_level 0
 
24
# dockapp_mode <mode>        # set dockapp mode, which can be either simple (for
 
25
                             # e.g. OpenBox, wmaker for WindowMaker, or none
 
26
                             # (default). NEW in @VERSION_STR@.
 
27
dockapp_mode none
28
28
 
29
29
# fuzzy_edges [<level>]      # enable fuzzy edges and set fuzziness level. level
30
30
                             # can be from 0 (disabled) to 3; this setting works
31
31
                             # with tinting and/or transparent and/or pixmap
32
 
                             # backgrounds (NEW in 0.7)
 
32
                             # backgrounds
33
33
fuzzy_edges 0
34
34
 
35
 
# geometry <geometry>        # tray's geometry in standard X notation
36
 
geometry 120x24-0-0
 
35
# geometry <geometry>        # tray's geometry in standard X notation; width and
 
36
                             # height are specified in slot_size multiples
 
37
geometry 1x1+0+0
37
38
 
38
39
# grow_gravity <gravity>     # one of N, S, E, W, NW, NE, SW, SE; tray will grow
39
40
                             # in the direction opposite to one specified by
48
49
# icon_size <int>            # specifies dimensions of typical icon slot
49
50
icon_size 24
50
51
 
51
 
# ignore_icon_resize [<bool>] # ignore icon attempts to resize their windows
52
 
                             # (NEW in 0.7)
53
 
ignore_icon_resize false
54
 
 
55
 
# max_width <int>            # specifies maximal tray's width (0 = no limit)
56
 
max_width 0
57
 
 
58
 
# max_height <int>           # specifies maximal tray's height (0 = no limit)
59
 
max_height 0
60
 
 
61
 
# no_shrink [<bool>]         # disables shrink-back mode (NEW in 0.7)
 
52
# log_level <level>          # controls the amount of logging output, level can
 
53
                             # be err (default), info, or trace (enabled only
 
54
                             # when stalonetray configured with --enable-debug)
 
55
                             # NEW in @VERSION_STR@.
 
56
log_level err
 
57
 
 
58
# kludges kludge[,kludge]    # enable specific kludges to work around
 
59
                             # non-conforming WMs and/or stalonetray bugs.
 
60
                             # NEW in @VERSION_STR@. Argument is a
 
61
                             # comma-separated list of
 
62
                             # * fix_window_pos - fix tray window position on
 
63
                             #     erroneous moves by WM
 
64
                             # * force_icon_size - ignore resize events on all
 
65
                             #     icons; force their size to be equal to
 
66
                             #     icon_size
 
67
                             # * use_icon_hints - use icon window hints to
 
68
                             #     dtermine icon size
 
69
 
 
70
# max_geometry <geometry>    # maximal tray dimensions; 0 in width/height means
 
71
                             # no limit
 
72
max_geometry 0x0
 
73
 
 
74
# no_shrink [<bool>]         # disables shrink-back mode
62
75
no_shrink false
63
76
 
64
77
# parent_bg [<bool>]         # whether to use pseudo-transparency 
68
81
# pixmap_bg <path_to_xpm>    # use pixmap from specified xpm file for (tiled) background
69
82
# pixmap_bg /home/user/.stalonetraybg.xpm
70
83
 
71
 
# respect_icon_hints [<bool>] # try to respect icon hints (NEW in 0.7)
72
 
respect_icon_hints false
 
84
# scrollbars <mode>          # enable/disable scrollbars; mode is either
 
85
                             # vertical, horizontal, all or none (default)
 
86
                             # NEW in @VERSION_STR@.
 
87
scrollbars none
 
88
 
 
89
# scrollbars-size <size>     # scrollbars step in pixels; default is slot_size / 4
 
90
# scrollbars-step 8
 
91
 
 
92
# scrollbars-step <step>     # scrollbars step in pixels; default is slot_size / 2
 
93
# scrollbars-step 32
 
94
 
 
95
# slot_size <int>            # specifies size of icon slot, defaults to
 
96
                             # icon_size NEW in @VERSION_STR@.
73
97
 
74
98
# skip_taskbar [<bool>]      # hide tray`s window from the taskbar
75
99
skip_taskbar true
78
102
                             # desktops/pages
79
103
sticky true
80
104
 
81
 
# tint_color <color>         # set tinting color (NEW in 0.7)
 
105
# tint_color <color>         # set tinting color
82
106
tint_color white
83
107
 
84
108
# tint_level <level>         # set tinting level; level ranges from 0 (disabled)
85
 
                             # to 255 (NEW in 0.7)
 
109
                             # to 255
86
110
tint_level 0
87
111
 
88
112
# transparent [<bool>]       # whether to use root-transparency (background
97
121
                             # bootom, normal, top
98
122
window_layer normal
99
123
 
 
124
# window_strut <mode>        # enable/disable window struts for tray window (to
 
125
                             # avoid converting of tray window by maximized
 
126
                             # windows); mode defines to which screen border tray
 
127
                             # will be attached; it can be either top, bottom,
 
128
                             # left, right, none or auto (default)
 
129
window_strut auto
 
130
 
100
131
# window_type <type>         # set the EWMH-compatible window type; one of:
101
 
                             # dock, normal, toolbar, utility
 
132
                             # desktop, dock, normal, toolbar, utility
102
133
window_type dock
103
134
 
104
 
# withdrawn [<bool>]         # start withdrawn (NEW in 0.7, prior to that
105
 
                             # withdrawn mode was default!)
106
 
withdrawn false
107
 
 
108
135
# xsync [<bool>]             # whether to operate on X server synchronously (SLOOOOW)
109
136
xsync false
110
137