dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit e17c35ce25c443336a03ba2e1d099c8639abc74e
parent 85e56022ab06cf3b7e64700d016bdb2b1850ac18
Author: Ed van Bruggen <ed@edryd.org>
Date:   Fri, 15 Sep 2017 23:50:35 -0700

sl: Add awesome as fallback font to dwm

Diffstat:
sl/dwm.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sl/dwm.h b/sl/dwm.h @@ -2,7 +2,8 @@ /* appearance */ static const char *fonts[] = { - "FantasqueSansMono-Regular:pixelsize=18" + "FantasqueSansMono-Regular:pixelsize=18", + "FontAwesome:pixelsize=14" }; static const char dmenufont[] = "monospace:size=10"; static const char normbordercolor[] = "#002b36";