summaryrefslogtreecommitdiffstats
path: root/desktop/qtile/README
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/qtile/README')
-rw-r--r--desktop/qtile/README20
1 files changed, 14 insertions, 6 deletions
diff --git a/desktop/qtile/README b/desktop/qtile/README
index 3971c94b04..4e3abec5b7 100644
--- a/desktop/qtile/README
+++ b/desktop/qtile/README
@@ -1,7 +1,15 @@
-Qtile is simple, small, and extensible. It's easy to write your own
-layouts, widgets, and built-in commands. Qtile is written and configured
-entirely in Python, which means you can leverage the full power and
-flexibility of the language to make it fit your needs.
+Qtile is a full-featured, hackable tiling window manager (X11 or
+Wayland) written and configured in Python. Qtile is simple, small, and
+extensible - it is easy to write your own layouts, widgets and built-in
+commands.
-You will need to build cairocffi with its optional python-xcffib
-dependency.
+You will need to build python3-cairocffi with its optional
+python3-xcffib dependency.
+
+python3-dbus-next is an optional dependency for qtile.
+It sends notifications through dbus - please additionally install a
+notification daemon such as dunst for displaying notifications on qtile.
+
+This SlackBuild does not provide Wayland support. Slackware 15.0 is only
+able to build wlroots 0.15. qtile >= 0.23.0 requires wlroots 0.16 (which
+cannot be built with Slackware 15).