summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-11 19:42:00 +0200
committerbakkeby <[email protected]>2020-06-11 16:44:43 +0200
commit8c4eaccf16b533cefe34b090e970ff66911a2a7b (patch)
tree4ea444a2e180fdf728b4f29b8a912dceedaa7cde /README.md
parente355c49833bf3bb11457ae32dbe9696d33e10883 (diff)
downloaddwm-flexipatch-8c4eaccf16b533cefe34b090e970ff66911a2a7b.tar.gz
dwm-flexipatch-8c4eaccf16b533cefe34b090e970ff66911a2a7b.zip
Adding pango patch (ref. #10)
Text from original patch: Using pango markup for status text Use a single font. Removed some code utf8 code from drw. Created for pango 1.44. Older versions might not have getter for font height, ascent + descent can be used instead. All texts are rendered with pango but only status is with markup. Increased stext size (in case a lot of markup is used). MIN/MAX is already defined (didn't redefine them).
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc92429..76cfb1f 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
+2020-06-11 - Added the pango patch
+
2020-06-10 - Added the staticstatus patch
2020-05-31 - Added the keymodes patch
@@ -309,6 +311,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [onlyquitonempty](https://dwm.suckless.org/patches/onlyquitonempty/)
- makes it so dwm will only exit via quit() if no windows are open (in order to prevent accidental loss of work)
+ - [pango](https://dwm.suckless.org/patches/pango/)
+ - adds simple markup for status messages using pango markup
+
- [pertag](https://dwm.suckless.org/patches/pertag/)
- adds nmaster, mfact, layouts and more per tag rather than per monitor