summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-22 20:34:17 +0200
committerbakkeby <[email protected]>2020-08-22 20:34:17 +0200
commite4e3a4463dbf159f47b604c43afd556e5b217906 (patch)
tree340bf926a15a5fdf1f2bfffd7462c23b00462004
parent8bf898eab5d16ece5d70afce14acbce98df07c84 (diff)
downloaddwm-flexipatch-e4e3a4463dbf159f47b604c43afd556e5b217906.tar.gz
dwm-flexipatch-e4e3a4463dbf159f47b604c43afd556e5b217906.zip
Simplified Pango integration by settling on common function signatures.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e40ad7..b9c9743 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- the cfacts patch provides the ability to assign different weights to clients in their respective stack in tiled layout
- [clientindicators](https://dwm.suckless.org/patches/clientindicators/)
- - raws a dot indicator overlayed on each tag icon for each client
+ - draws a dot indicator overlayed on each tag icon for each client
- the selected client is drawn as a larger horizontal line
- [cmdcustomize](https://dwm.suckless.org/patches/cmdcustomize/)