diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-04 21:53:15 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:49 +0700 |
commit | affff55649a3461402d817d1096ac4a57642ef02 (patch) | |
tree | b10a7b0ab0647b905f3a96dcd390e76179e1af8d /desktop/qtile/README | |
parent | 369b9859a52aa0f7e77ddf52c5709c3d3b7a3834 (diff) |
desktop/qtile: Fix optional dep name in README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/qtile/README')
-rw-r--r-- | desktop/qtile/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/qtile/README b/desktop/qtile/README index 5340c70de0c76..fd455b472db92 100644 --- a/desktop/qtile/README +++ b/desktop/qtile/README @@ -3,8 +3,8 @@ 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. -You will need to build cairocffi with its optional python3-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 |