diff options
Diffstat (limited to 'x11/kde4-workspace/files/layout.js.in')
-rw-r--r-- | x11/kde4-workspace/files/layout.js.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/layout.js.in b/x11/kde4-workspace/files/layout.js.in new file mode 100644 index 000000000000..6373257213ef --- /dev/null +++ b/x11/kde4-workspace/files/layout.js.in @@ -0,0 +1,7 @@ +for (var i = 0; i < activityIds.length; ++i) { + var desktop = activityById(activityIds[i]); + desktop.wallpaperPlugin = "image"; + desktop.wallpaperMode = "SingleImage"; + desktop.currentConfigGroup = new Array("Wallpaper", "image"); + desktop.writeConfig("wallpaper", "%%PREFIX%%/share/wallpapers/stripes-freebsd-blue/"); +} |