File: README

package info (click to toggle)
fbdesk 1.1.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,336 kB
  • ctags: 1,026
  • sloc: sh: 7,138; cpp: 6,875; makefile: 71
file content (52 lines) | stat: -rw-r--r-- 1,475 bytes parent folder | download | duplicates (2)
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
License: MIT
Author: Henrik Kinnunen (fluxgen at users.sourceforge.net)
Year: 2003

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

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/icons)
fbdesk.font: <icon font name> (default: fixed)
fbdesk.textColor:  <color for icon text>  (default: black)
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)
# 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.