diff options
Diffstat (limited to 'x11/kdebase4-workspace/files/layout.js.in')
-rw-r--r-- | x11/kdebase4-workspace/files/layout.js.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x11/kdebase4-workspace/files/layout.js.in b/x11/kdebase4-workspace/files/layout.js.in deleted file mode 100644 index 6373257213ef..000000000000 --- a/x11/kdebase4-workspace/files/layout.js.in +++ /dev/null @@ -1,7 +0,0 @@ -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/"); -} |