summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-22 20:32:49 +0200
committerbakkeby <[email protected]>2020-08-22 20:32:49 +0200
commit8bf898eab5d16ece5d70afce14acbce98df07c84 (patch)
tree8a14e8ef433f453d899b5a084b64b2b2826002bc
parent81f44b036c733ba6494e14a5c358a62186c575be (diff)
downloaddwm-flexipatch-8bf898eab5d16ece5d70afce14acbce98df07c84.tar.gz
dwm-flexipatch-8bf898eab5d16ece5d70afce14acbce98df07c84.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 c1218f9..8e40ad7 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
-2020-08-22 - Added logic to auto-hide bars if nothing is drawn on them (e.g. for standalone bars that only show certain clients). Added clientindicators patch and unified indicator code.
+2020-08-22 - Added logic to auto-hide bars if nothing is drawn on them (e.g. for standalone bars that only show certain clients). Added clientindicators patch and unified indicator code. Simplified Pango integration by settling on common function signatures.
2020-08-21 - Simplification of color configuration; settling on a set of color schemes that is shared between multiple patches (urgentborder, floatborder and titlecolor patches made non-optional)