]> git.sev.monster Git - dotfiles.git/blobdiff - base/.xinitrc
fix .zshrc, pa, spa; rename prompt to arrows
[dotfiles.git] / base / .xinitrc
index 72661b433d652be032c87989b257d7ee081cbb13..97c5c14abe0a185f52ff24f6c50a022fb7ea6aba 100644 (file)
@@ -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
 
This page took 0.033672 seconds and 4 git commands to generate.