• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-18,79912,172

AUTHORSH A D29-Feb-200447 21

COPYINGH A D29-Feb-20041.1 KiB2016

ChangeLogH A D11-Oct-20071.8 KiB5452

INSTALLH A D29-Feb-20047.6 KiB183143

Makefile.amH A D29-Feb-200413 21

Makefile.inH A D11-Oct-200719.2 KiB641565

NEWSH A D29-Feb-20040

READMEH A D11-Oct-20071.6 KiB5746

acinclude.m4H A D27-Mar-20068.8 KiB234215

aclocal.m4H A D11-Oct-2007261.2 KiB7,4736,709

config.guessH A D21-Jul-200744.1 KiB1,5331,319

config.h.inH A D11-Oct-20072.8 KiB11375

config.subH A D21-Jul-200732.2 KiB1,6411,497

configureH A D11-Oct-2007762.1 KiB24,41419,563

configure.inH A D11-Oct-20076.7 KiB258220

depcompH A D27-Mar-200611.8 KiB412275

install-shH A D27-Mar-20065.5 KiB252153

ltmain.shH A D21-Jul-2007196.8 KiB6,9955,524

missingH A D27-Mar-20068.6 KiB284224

version.h.inH A D29-Feb-200435 21

README

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