commit 3efc2846d0c919096a24e4083058378e5505ae3b parent 089b88d2e4fcbbff9cf07ef4c9f099ea3e5cbae4 Author: finwo <finwo@pm.me> Date: Mon, 25 Nov 2019 16:18:23 +0100 Fixed dwm font: Diffstat:
| A | dwm/root/etc/portage/patches/x11-wm/dwm/20-font.diff | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/dwm/root/etc/portage/patches/x11-wm/dwm/20-font.diff b/dwm/root/etc/portage/patches/x11-wm/dwm/20-font.diff @@ -0,0 +1,14 @@ +diff --git a/config.def.h b/config.def.h +index 69b49d8..159b241 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -2,7 +2,8 @@ + + /* appearance */ + static const char *fonts[] = { +- "monospace:size=10" ++ "Hack Nerd Font Mono:pixelsize=12:antialias=true:autohint=true", ++ "monospace:pixelsize=12" + }; + static const char dmenufont[] = "monospace:size=10"; + static const char normbordercolor[] = "#444444";