add FAQ note about migrating from an XLFD configuration

Milk Brewster 2018-11-07 15:04:12 +00:00
parent 51b493f23f
commit 00d04a7801

@ -214,6 +214,10 @@ You can use either X- or Wayland-native terminal emulator with little difference
In your config, you should replace at line XX `bindsym` by `bindcode`.
### Updating older font configurations?
Sway does not support X logical font description (XLFD) configuration strings. It uses Pango, which does support bitmap fonts, and uses the format `font pango:Gohu GohuFont 10`. Use `pango-list | grep [fontname]` to confirm the correct font name.
## Troubleshooting
### How do I report issues?