zzcranjo

Untitled

Jun 2nd, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1.  
  2. #
  3. # background <color> # color can be specified as is sample ~/.stalonetrayrc, resembling default configuration.
  4. # Remember: command line parameters take precedence.
  5. #
  6. # Directives introduced in 0.8 are marked with "NEW in 0.8"
  7. #
  8. ####################################################################
  9. #
  10. # stalonetray understands following directives
  11. #
  12. ####################################################################
  13. #s an HTML hex triplet or
  14. # as a name from rgb.txt, note that '#' must be quoted
  15. background "#777777"
  16.  
  17. # decorations <decspec> # set trays window decorations; possible values for
  18. # decspec are: all, title, border, none
  19. decorations all
  20.  
  21. # display <display name> # as usual
  22.  
  23. # dockapp_mode <mode> # set dockapp mode, which can be either simple (for
  24. # e.g. OpenBox, wmaker for WindowMaker, or none
  25. # (default). NEW in 0.8.
  26. #dockapp_mode none
  27.  
  28. # fuzzy_edges [<level>] # enable fuzzy edges and set fuzziness level. level
  29. # can be from 0 (disabled) to 3; this setting works
  30. # with tinting and/or transparent and/or pixmap
  31. # backgrounds
  32. fuzzy_edges 0
  33.  
  34. # geometry <geometry> # tray's geometry in standard X notation; width and
  35. # height are specified in slot_size multiples
  36. geometry 2x2+1000+1
  37.  
  38. # grow_gravity <gravity> # one of N, S, E, W, NW, NE, SW, SE; tray will grow
  39. # in the direction opposite to one specified by
  40. # grow_gravity; if horizontal or vertical
  41. # direction is not specified, tray will not grow in
  42. # that direction
  43. #grow_gravity W
  44. window_strut top
  45. # icon_gravity <gravity> # icon placement gravity, one of NW, NE, SW, SE
  46. icon_gravity E
  47.  
  48. # icon_size <int> # specifies dimensions of typical icon slot
  49. icon_size 24
  50.  
  51. # log_level <level> # controls the amount of logging output, level can
  52. # be err (default), info, or trace (enabled only
  53. # when stalonetray configured with --enable-debug)
  54. # NEW in 0.8.
  55. #log_level err
  56.  
  57. # kludges kludge[,kludge] # enable specific kludges to work around
  58. # non-conforming WMs and/or stalonetray bugs.
  59. # NEW in 0.8. Argument is a
  60. # comma-separated list of
  61. # * fix_window_pos - fix tray window position on
  62. # erroneous moves by WM
  63. # * force_icon_size - ignore resize events on all
  64. # icons; force their size to be equal to
  65. # icon_size
  66. # * use_icon_hints - use icon window hints to
  67. # dtermine icon size
  68.  
  69. # max_geometry <geometry> # maximal tray dimensions; 0 in width/height means
  70. # no limit
  71. #max_geometry 0x0
  72.  
  73. # no_shrink [<bool>] # disables shrink-back mode
  74. no_shrink false
  75.  
  76. # parent_bg [<bool>] # whether to use pseudo-transparency
  77. # (looks better when reparented into smth like FvwmButtons)
  78. parent_bg true
  79.  
  80. # pixmap_bg <path_to_xpm> # use pixmap from specified xpm file for (tiled) background
  81. # pixmap_bg /home/user/.stalonetraybg.xpm
  82.  
  83. # scrollbars <mode> # enable/disable scrollbars; mode is either
  84. # vertical, horizontal, all or none (default)
  85. # NEW in 0.8.
  86. #scrollbars none
  87.  
  88. # scrollbars-size <size> # scrollbars step in pixels; default is slot_size / 4
  89. # scrollbars-step 8
  90.  
  91. # scrollbars-step <step> # scrollbars step in pixels; default is slot_size / 2
  92. # scrollbars-step 32
  93.  
  94. # slot_size <int> # specifies size of icon slot, defaults to
  95. # icon_size NEW in 0.8.
  96.  
  97. # skip_taskbar [<bool>] # hide tray`s window from the taskbar
  98. skip_taskbar true
  99.  
  100. # sticky [<bool>] # make a tray`s window sticky across the
  101. # desktops/pages
  102. sticky true
  103.  
  104. # tint_color <color> # set tinting color
  105. tint_color white
  106.  
  107. # tint_level <level> # set tinting level; level ranges fr
  108. # to 255
  109. tint_level 0
  110.  
  111. # transparent [<bool>] # whether to use root-transparency (background
  112. # image must be set with Esetroot or compatible utility)
  113. transparent true
  114.  
  115. # vertical [<bool>] # whether to use vertical layout (horisontal layout
  116. # is used by default)
  117. vertical false
  118.  
  119. # window_layer <layer> # set the EWMH-compatible window layer; one of:
  120. # bootom, normal, top
  121. window_layer normal
  122.  
  123. # window_strut <mode> # enable/disable window struts for tray window (to
  124. # avoid converting of tray window by maximized
  125. # windows); mode defines to which screen border tray
  126. # will be attached; it can be either top, bottom,
  127. # left, right, none or auto (default)
  128. #window_strut auto
  129.  
  130. # window_type <type> # set the EWMH-compatible window type; one of:
  131. # desktop, dock, normal, toolbar, utility
  132. window_type dock
  133.  
  134. # xsync [<bool>] # whether to operate on X server synchronously (SLOOOOW)
  135. xsync false
Advertisement
Add Comment
Please, Sign In to add comment