[conf] Fix layout image path in default conf
This commit is contained in:
parent
70f6637820
commit
0dfb2b54f0
6
wmfsrc
6
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user