File: README

package info (click to toggle)
fbdesk 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,280 kB
  • ctags: 1,657
  • sloc: cpp: 11,032; sh: 8,961; makefile: 237
file content (56 lines) | stat: -rw-r--r-- 1,689 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
License: MIT
Author: Henrik Kinnunen (fluxgen at users.sourceforge.net)
Year: 2003-2007

Usage:
./fbdesk [option]
Option:
   -rc <resource file>   (default: ~/.fluxbox/fbdesk)
   -display <display connection>

To execute the icon command: double click on the icon.
To bring up icon menu: right click on the icon.

Resource file:

fbdesk.iconFile:  <filename to icon file> (default: ~/.fluxbox/fbdesk.icons)
fbdesk.font: <icon font name> (default: fixed)
fbdesk.textColor:  <color for icon text>  (default: black)
fbdesk.textBackground: <color> (default: white
fbdesk.snapX: <x snap size> (default: 5)
fbdesk.snapY: <y snap size> (default: 5)
fbdesk.doubleClickInterval: <time interval between clicks for a double click> (default: 200)
fbdesk.textPlacement: <placement for text around icon image>  (default: Bottom)
fbdesk.iconAlpha: <number between 0 and 255 (opaque)> (default: 255)
fbdesk.textAlpha: <number between 0 and 255 (opaque)> (default: 0)
fbdesk.lockPositions: <bool> (default: false)
# Possible values for text placement: Left, Right, Top and Bottom
session.styleFile: <style file for menu> (default: none)


Icon file format:
# this is a comment
# Start of one icon entry
[Deskop Entry]
Icon=the image filename
Name=the icon label
Exec=what it executes
Pos= 123 456  # position of the icon
[end]
# end of one icon entry

example:

[Desktop Entry]
Icon=/usr/share/pixmaps/gnome-home.png
Name=aterm
Exec=aterm
Pos= 100 100
[end]

Note:
To make FbDesk use the same style as fluxbox you need to put the resource 
items in the same file as Fluxbox resource file (~/.fluxbox/init)
If the icon file is missing or empty, FbDesk will create a single default 
icon on position 64 64.