diff options
author | Joe <rbo@gmx.us> | 2024-12-24 22:53:43 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 22:53:43 +0100 |
commit | 129a76c19d2d27a1e113f8093493bfe551a319ca (patch) | |
tree | 6c8c6ee83cc218695502cbbb91419d4666fe8df9 | |
parent | up (diff) | |
download | dotfiles-bsd-129a76c19d2d27a1e113f8093493bfe551a319ca.tar.gz dotfiles-bsd-129a76c19d2d27a1e113f8093493bfe551a319ca.tar.bz2 dotfiles-bsd-129a76c19d2d27a1e113f8093493bfe551a319ca.tar.xz dotfiles-bsd-129a76c19d2d27a1e113f8093493bfe551a319ca.tar.zst dotfiles-bsd-129a76c19d2d27a1e113f8093493bfe551a319ca.zip |
up
-rw-r--r-- | .config/fontconfig/fonts.conf | 6 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 528ec57..dfe9bea 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,19 +4,19 @@ <alias> <family>serif</family> <prefer> - <family>NotoSerif Nerd Font</family> + <family>Terminess Nerd Font</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> - <family>NotoSans Nerd Font</family> + <family>Terminess Nerd Font</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> - <family>UbuntuMono Nerd Font Mono</family> + <family>Terminess Nerd Font Mono</family> </prefer> </alias> </fontconfig> diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index fbb1019..030ce98 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,4 @@ +font='Terminess Nerd Font:style=Bold' video-sync=display-resample osc=yes demuxer-max-bytes=1GiB |