Code: Select all
table Config
FontName: tahoma
FontSize: 8
FontColor: #ffffff
ToolTip.FontSize: 9
ToolTip.FontName: gothic
ToolTip.ForeColor: #0000FF
ToolTip.BackColor: #FFFFFF
ToolTip.CaptionOnHover: true
ToolTip.CaptionPlacement: right
Locked: false
Transparency: 100
Shadow: true
ShadowColor: #000000
ShadowX: 1
ShadowY: 2
Bold: false
ClickDelay: 300
IconSnap: true
SnapWidth: 55
SnapHeight: 100
SnapOrigin: BottomRight
SnapShadow: true
SnapShadowTrans: 200
CaptionOnHover: false
CaptionPlacement: bottom
FillStyle: FillHLine
Background.File: image.jpg
Background.Delay: 1
Background.Source: ~/.idesktop/icons
Background.Mode: Mirror
Background.Color: #C2CCFF
end
table Actions
Lock: control right doubleClk
Reload: middle doubleClk
Drag: left hold
EndDrag: left singleClk
Execute[0]: left doubleClk
Execute[1]: right doubleClk
end
Code: Select all
mkdir ~/.idesktop/
Code: Select all
table Icon
Caption: Iceweasel
ToolTip.Caption: Web Browser
Command: iceweasel
Icon: /usr/share/pixmaps/iceweasel.png
Width: 32
Height: 32
X: 30
Y: 20
end
Tip: once an icon is created, you can reposition it anywhere on the desktop and the idesk file will be automatically updated with the new coordinates of the icon.
4. To enable idesk at startup, add the following entry to your ~/.icewm/startup (or fluxbox startup) file:
Code: Select all
idesk > /dev/null & # start idesk - desktop icon manager