KISSmyOS@feddit.de to linuxmemes@lemmy.world · 1 年前me♾️irlfeddit.deimagemessage-square88fedilinkarrow-up1862cross-posted to: me_irl@lemmy.world
arrow-up1862imageme♾️irlfeddit.deKISSmyOS@feddit.de to linuxmemes@lemmy.world · 1 年前message-square88fedilinkcross-posted to: me_irl@lemmy.world
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up52·1 年前Except ~/.fonts isn’t XDG Base Directory compliant. You should put them in ${XDG_DATA_HOME:-$HOME/.local/share}/fonts instead so as to not pollute your home directory with dotfiles.
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up2·1 年前Wait isn’t the effect the same as both are hidden directories?
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up6·1 年前Using the spec makes it simpler to deal with backups.
minus-squarenfsu2@feddit.cllinkfedilinkarrow-up1·1 年前True, I tried to customize a sddm theme and you need fonts installed likewise.
Except
~/.fonts
isn’t XDG Base Directory compliant. You should put them in${XDG_DATA_HOME:-$HOME/.local/share}/fonts
instead so as to not pollute your home directory with dotfiles.SPLOOSH!
!whoosh@lemmy.zip
Wait isn’t the effect the same as both are hidden directories?
Using the spec makes it simpler to deal with backups.
True, I tried to customize a sddm theme and you need fonts installed likewise.