aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-13 22:46:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-15 00:34:11 +0000
commit8a400121ead9a493b39fc902b5956343590e7eac (patch)
tree8ac327761eb9849393aa8d198c2c37daf406d8a4
parent156537c43a62e8c700865d183cc9f14838ac6fbc (diff)
downloadports-8a400121ead9a493b39fc902b5956343590e7eac.tar.gz
ports-8a400121ead9a493b39fc902b5956343590e7eac.zip
x11-wm/wayfire: document recommended addons
When using default config Wayfire will show black screen if wf-shell isn't installed. However, wf-shell can be replaced by other packages. Exposing such addons as default options causes circular dependency.
-rw-r--r--x11-wm/wayfire/pkg-message10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/wayfire/pkg-message b/x11-wm/wayfire/pkg-message
new file mode 100644
index 000000000000..ebfa7592e587
--- /dev/null
+++ b/x11-wm/wayfire/pkg-message
@@ -0,0 +1,10 @@
+[
+{ type: install
+ message: <<EOM
+Additional packages recommended for new users:
+- wf-shell (default background/launcher/panel)
+- wcm (GUI settings)
+- wayfire-plugins-extra
+EOM
+}
+]