File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/config/graphical-session Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11# Fonts
22
3+ A number of fonts and font collections are [ available from
4+ XBPS] ( ../../xbps/index.md#finding-files-and-packages ) . ` dejavu-fonts-ttf ` or
5+ ` xorg-fonts ` are a good baseline if you're unsure of what to pick.
6+ ` noto-fonts-ttf ` contains fonts for many languages and scripts. ` noto-fonts-cjk `
7+ extends this with fonts for Chinese, Japanese, and Korean, and
8+ ` noto-fonts-emoji ` provides emojis. ` nerd-fonts ` provides a number of fonts with
9+ special characters like custom icons included.
10+
11+ Fonts not available from XBPS can be manually installed to either
12+ ` /usr/share/fonts ` (system-wide) or ` ~/.local/share/fonts ` (per-user).
13+
314To customize font display in your graphical session, you can use configurations
415provided in ` /usr/share/fontconfig/conf.avail/ ` . To do so, create a symlink to
516the relevant ` .conf ` file in ` /etc/fonts/conf.d/ ` , then use
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Void Linux currently packages the following Wayland compositors:
3030- labwc: a window-stacking compositor, inspired by Openbox
3131- Qtile: a dynamic tiling Wayland compositor (via qtile-wayland)
3232
33+ Some compositors do not depend on any [ fonts] ( ./fonts.md ) , which can cause many
34+ applications to not work. Install a font package to fix this.
35+
3336### Video drivers
3437
3538Both GNOME and KDE Plasma have EGLStreams backends for Wayland, which means they
You can’t perform that action at this time.
0 commit comments