X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/7a20bbac7128368888ea23969b09b99e43def1bc..f4a5f0037d058d20a339f1a00f8ac8200cd27a19:/base/.xinitrc diff --git a/base/.xinitrc b/base/.xinitrc index 72661b4..97c5c14 100644 --- a/base/.xinitrc +++ b/base/.xinitrc @@ -29,8 +29,8 @@ xset m 1/1 0 & xset s off xset dpms 0 0 600 -find -L "${XDG_DATA_HOME:-~/share}/fonts" -type d -mindepth 1 -maxdepth 1 | while read -r x; do - xset +fp $x/ +find -L "${XDG_DATA_HOME:-~/share}/fonts" -type d -mindepth 1 -maxdepth 2 | while read -r x; do + [ -f "$x/fonts.dir" ] && xset +fp $x done xset fp rehash