Drop obsolete muttng from /etc/skel/.fluxbox/menu and /etc/skel/.pekwm/menu, thanks...
[grml-desktop.git] / etc / skel / .ion2 / dock-draw.lua
1 -- dock-draw.lua drawing engine configuration file for ion-devel-dock
2 -- $Header: /home/twp/cvsroot/twp/ion/ion-devel-dock/dock-draw.lua,v 1.2 2003/12/21 11:59:48 twp Exp $
3
4 de_define_style("dock", {
5     
6     -- The following are the usual ion drawing configuration commands
7     based_on = "*",
8     
9     -- outline_style controls where the border is drawn:
10     -- "none" no border is drawn
11     -- "all"  a single border is drawn around the dock
12     -- "each" a border is drawn around each dockapp
13     outline_style = "all",
14     
15     -- tile_size controls the minimum tile size
16     tile_size = { width = 64, height = 64 },
17
18 })