Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fonts XDG variables #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

untainsYD
Copy link

You have been installing themes and other things in $XDG_CONFIG_HOME directory like ROFI_DIR="$HOME/.config/rofi" (in .config), but fonts installed in .local/shares/fonts. I think that should be improved because this path is obsolete now for many applications, even fc-cache prefers $XDG_DATA_HOME (@see /etc/fonts/fonts.conf for more information).

Also, I added -r, --really-force erase all existing caches, then rescan argument, to verify the cache to be cleaned.

You have been installing themes and other things in `$XDG_CONFIG_HOME` directory like `ROFI_DIR="$HOME/.config/rofi"` (in `.config`), but fonts installed in `.local/shares/fonts`. I think that should be improved because this path is obsolete now for many applications, even `fc-cache` prefers `$XDG_DATA_HOME` (@see `/etc/fonts/fonts.conf` for more information).

Also, I added `-r, --really-force erase all existing caches, then rescan` argument, to verify the cache to be cleaned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant