games/steam: Include local fonts
This commit is contained in:
parent
f92ae65467
commit
4e7aa88c42
|
@ -64,6 +64,10 @@ let
|
|||
# input
|
||||
--dev-bind /dev/input /dev/input
|
||||
--dev-bind-try /dev/uinput /dev/uinput
|
||||
|
||||
# fonts
|
||||
--ro-bind "$HOME/.local/share/fonts" "$HOME/.local/share/fonts"
|
||||
--ro-bind "$HOME/.config/fontconfig" "$HOME/.config/fontconfig"
|
||||
)
|
||||
|
||||
unset SDL_VIDEODRIVER QT_QPA_PLATFORM # games generally don’t support wayland
|
||||
|
|
Loading…
Reference in a new issue