[conf] Fix layout image path in default conf
This commit is contained in:
6
wmfsrc
6
wmfsrc
@@ -42,9 +42,9 @@ colors
|
|||||||
|
|
||||||
layouts
|
layouts
|
||||||
{
|
{
|
||||||
layout { type = "tile" image = "icons/tile.xpm" }
|
layout { type = "tile" image = "/usr/local/share/wmfs/icons/tile.xpm" }
|
||||||
layout { type = "max" image = "icons/max.xpm" }
|
layout { type = "max" image = "/usr/local/share/wmfs/icons/max.xpm" }
|
||||||
layout { type = "free" image = "icons/free.xpm" }
|
layout { type = "free" image = "/usr/local/share/wmfs/icons/free.xpm" }
|
||||||
}
|
}
|
||||||
|
|
||||||
tags
|
tags
|
||||||
|
|||||||
Reference in New Issue
Block a user