diff --git a/home-configuration/home-configuration.scm b/home-configuration/home-configuration.scm index cc19327..ce97734 100644 --- a/home-configuration/home-configuration.scm +++ b/home-configuration/home-configuration.scm @@ -73,16 +73,16 @@ '(fontconfig (comment " Set subpixel arrangement for all fonts ") (match ((target "font") - (edit ((name "rgba") (mode "assign")) + (edit (@ (name "rgba") (mode "assign")) (const "bgr")) - (edit ((name "hrgba") (mode "assign")) + (edit (@ (name "hrgba") (mode "assign")) (const "bgr")) - (edit ((name "hinting") (mode "assign")) + (edit (@ (name "hinting") (mode "assign")) (bool "true"))) - (comment " Alias for Motomachi font ") + (comment " Alias for Migu 1P font ") (alias ((family "sans-serif") - (prefer (family "Motomachi"))))))) + (prefer (family "Migu 1P"))))))) (define-syntax-rule (associate-right (association keys) ...)