From e33ac7be10b77951a2f8fe5c4ee86c41c3782065 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sun, 13 May 2018 12:35:30 +0200 Subject: [PATCH] doc: List xcb-util-xrm as optional Since polybar compiles without it, it's not necessary to actually run polybar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57703576..02acb83e 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,10 @@ A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.ht - xcb-proto - xcb-util-image - xcb-util-wm -- xcb-util-xrm **Optional dependencies:** - xcb-util-cursor *required for the `cursor-click` and `cursor-scroll` settings* +- xcb-util-xrm *required for accessing X resources with `${xrdb:...}`* **Optional dependencies for extended module support:** - alsa-lib *required by `internal/alsa`*