1License: MIT
2Author: Henrik Kinnunen (fluxgen at users.sourceforge.net)
3Year: 2003-2007
4
5Usage:
6./fbdesk [option]
7Option:
8   -rc <resource file>   (default: ~/.fluxbox/fbdesk)
9   -display <display connection>
10
11To execute the icon command: double click on the icon.
12To bring up icon menu: right click on the icon.
13
14Resource file:
15
16fbdesk.iconFile:  <filename to icon file> (default: ~/.fluxbox/fbdesk.icons)
17fbdesk.font: <icon font name> (default: fixed)
18fbdesk.textColor:  <color for icon text>  (default: black)
19fbdesk.textBackground: <color> (default: white
20fbdesk.snapX: <x snap size> (default: 5)
21fbdesk.snapY: <y snap size> (default: 5)
22fbdesk.doubleClickInterval: <time interval between clicks for a double click> (default: 200)
23fbdesk.textPlacement: <placement for text around icon image>  (default: Bottom)
24fbdesk.iconAlpha: <number between 0 and 255 (opaque)> (default: 255)
25fbdesk.textAlpha: <number between 0 and 255 (opaque)> (default: 0)
26fbdesk.lockPositions: <bool> (default: false)
27# Possible values for text placement: Left, Right, Top and Bottom
28session.styleFile: <style file for menu> (default: none)
29
30
31Icon file format:
32# this is a comment
33# Start of one icon entry
34[Deskop Entry]
35Icon=the image filename
36Name=the icon label
37Exec=what it executes
38Pos= 123 456  # position of the icon
39[end]
40# end of one icon entry
41
42example:
43
44[Desktop Entry]
45Icon=/usr/share/pixmaps/gnome-home.png
46Name=aterm
47Exec=aterm
48Pos= 100 100
49[end]
50
51Note:
52To make FbDesk use the same style as fluxbox you need to put the resource
53items in the same file as Fluxbox resource file (~/.fluxbox/init)
54If the icon file is missing or empty, FbDesk will create a single default
55icon on position 64 64.
56
57