From 0dfb2b54f01efb92f421998fa4abf12ce46922cf Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Wed, 15 Oct 2008 19:00:21 +0200 Subject: [PATCH] [conf] Fix layout image path in default conf --- wmfsrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmfsrc b/wmfsrc index eda76dc..f437d4e 100644 --- a/wmfsrc +++ b/wmfsrc @@ -42,9 +42,9 @@ colors layouts { - layout { type = "tile" image = "icons/tile.xpm" } - layout { type = "max" image = "icons/max.xpm" } - layout { type = "free" image = "icons/free.xpm" } + layout { type = "tile" image = "/usr/local/share/wmfs/icons/tile.xpm" } + layout { type = "max" image = "/usr/local/share/wmfs/icons/max.xpm" } + layout { type = "free" image = "/usr/local/share/wmfs/icons/free.xpm" } } tags