Drop ion files
[grml-desktop.git] / etc / skel / .ion2 / dock-draw.lua
diff --git a/etc/skel/.ion2/dock-draw.lua b/etc/skel/.ion2/dock-draw.lua
deleted file mode 100644 (file)
index 35773ec..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
--- dock-draw.lua drawing engine configuration file for ion-devel-dock
--- $Header: /home/twp/cvsroot/twp/ion/ion-devel-dock/dock-draw.lua,v 1.2 2003/12/21 11:59:48 twp Exp $
-
-de_define_style("dock", {
-    
-    -- The following are the usual ion drawing configuration commands
-    based_on = "*",
-    
-    -- outline_style controls where the border is drawn:
-    -- "none" no border is drawn
-    -- "all"  a single border is drawn around the dock
-    -- "each" a border is drawn around each dockapp
-    outline_style = "all",
-    
-    -- tile_size controls the minimum tile size
-    tile_size = { width = 64, height = 64 },
-
-})