]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
xmonad/xmonad.hs: Use mod4Mask in a single place.
[config/dotfiles.git] / setup.sh
index aa010ff616fe7eafd230af3e47cff12daef86a10..2e4ba5afd9a6d09bb67eaaf346427886888f1822 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -67,3 +67,11 @@ if installed zathura; then
     mkdir -p ~/.config/zathura
     link zathurarc ~/.config/zathura/zathurarc
 fi
+
+if installed feh; then
+    mkdir -p ~/.config
+    link feh ~/.config/feh
+    # Older feh versions only support theme options and configure them through
+    # ~/.fehrc.
+    link feh/themes ~/.fehrc
+fi