@[email protected] to linuxmemes • 9 months agome♾️irlfeddit.deimagemessage-square100fedilinkarrow-up1876arrow-down140cross-posted to: me_irl
arrow-up1836arrow-down1imageme♾️irlfeddit.de@[email protected] to linuxmemes • 9 months agomessage-square100fedilinkcross-posted to: me_irl
minus-squareunalivejoylinkfedilinkEnglish53•9 months 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@[email protected]linkfedilink2•9 months agoWait isn’t the effect the same as both are hidden directories?
minus-squareunalivejoylinkfedilinkEnglish6•9 months agoUsing the spec makes it simpler to deal with backups.
minus-square@[email protected]linkfedilink1•9 months 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!
[email protected]
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.