games/steam: Include local fonts

neomutt
Simon Bruder 2021-10-31 17:45:19 +01:00
parent f92ae65467
commit 4e7aa88c42
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -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 dont support wayland