@KISSmyOS@feddit.de to linuxmemes@lemmy.world • 1 year agome♾️irlfeddit.deimagemessage-square113fedilinkarrow-up1877arrow-down140
arrow-up1837arrow-down1imageme♾️irlfeddit.de@KISSmyOS@feddit.de to linuxmemes@lemmy.world • 1 year agomessage-square113fedilink
minus-squareunalivejoylinkfedilinkEnglish53•1 year agoExcept ~/.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-square@SubArcticTundra@lemmy.mllinkfedilink2•1 year agoWait isn’t the effect the same as both are hidden directories?
minus-squareunalivejoylinkfedilinkEnglish6•1 year agoUsing the spec makes it simpler to deal with backups.
minus-square@nfsu2@feddit.cllinkfedilink1•1 year agoTrue, 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.