Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Edit fonts.conf without breaking lxqt config (Read 826 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Edit fonts.conf without breaking lxqt config

I want to edit my fonts.conf (located at $HOME/.config/fontconfig/fonts.conf) to add fallback fonts, because there are missing characters from different languages. I am following the guide from https://wiki.archlinux.org/title/fonts#Fallback_font_order. At the very top of the file, it has a comment that says
Code: [Select]
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
. Will adding the fallback font order to this config file break anything? Here is the full file: https://pastebin.com/aS7X5xA9

info:
distro: artix lxqt s6
wm: openbox

Re: Edit fonts.conf without breaking lxqt config

Reply #1
Creating your own (or editing the existing) fonts.conf generally speaking won't break anything, but, as stated in that comment, using the LXQt Appearance Configuration application will just overwrite that file.

Re: Edit fonts.conf without breaking lxqt config

Reply #2
Creating your own (or editing the existing) fonts.conf generally speaking won't break anything, but, as stated in that comment, using the LXQt Appearance Configuration application will just overwrite that file.
A (not-so-elegant) workaround to that would be either change fonts.conf's permissions to read-only (444) or changing its ownership to another user (e.g. root). Thus, LXQt won't overwrite it, but I'm not sure how hard would it complain about it.