1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 02:09:21 +00:00
dotfiles/files/fonts/.config/fontconfig/conf.d/99-input-mono.conf
Nemo ace32ae7c8 Lots of updates:
- Ignore nitrogen, just causes conflicts
- dunst improvements
- i3: switch from dmenu to rofi
- i3: switch to flameshot
- bundle: fix some cache issues
- xinitrc: no more caps (I think)
- font changes for emojificiation
2020-05-07 16:07:22 +05:30

11 lines
201 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- aliases -->
<alias>
<family>monospace</family>
<prefer><family>Input Mono</family></prefer>
</alias>
</fontconfig>