Skip to content

Instantly share code, notes, and snippets.

View gustawho's full-sized avatar

Gustavo Castro gustawho

View GitHub Profile
@gustawho
gustawho / local.conf
Last active July 12, 2022 22:46
System-wide font settings, including emoji typeface
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint"> <bool>false</bool> </edit>
<edit mode="assign" name="hinting"> <bool>false</bool> </edit>
<edit mode="assign" name="lcdfilter"> <const>lcddefault</const> </edit>
<edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit>
<edit mode="assign" name="antialias"> <bool>true</bool> </edit>
<edit mode="assign" name="rgba"> <const>rgb</const> </edit>
# The root config entry
dn: cn=config
objectClass: olcGlobal
cn: config
olcArgsFile: /run/openldap/slapd.args
olcPidFile: /run/openldap/slapd.pid
# Schemas
dn: cn=schema,cn=config
objectClass: olcSchemaConfig