[conf] Fix layout image path in default conf

This commit is contained in:
Martin Duquesnoy 2008-10-15 19:00:21 +02:00
parent 70f6637820
commit 0dfb2b54f0

6
wmfsrc
View File

@ -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