]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
enable real transparency in urxvt with compton
[config/dotfiles.git] / setup.sh
index df9b80e4c31fbbccbe297aa5cd47629f6b170fb0..9e330d1231dfea8c5c39ff2f1b6824c58af08925 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -29,6 +29,9 @@ fi
 if installed xmonad; then
     link xmonad ~/.xmonad
 fi
+if installed herbstluftwm; then
+    link herbstluftwm ~/.config/herbstluftwm
+fi
 
 if installed X; then
     # Prevent code duplication. Term* rules are for all terminals; XTerm rules
@@ -49,6 +52,13 @@ if installed X; then
          }'
     # Xdefaults uses ! as comment instead of #.
     sed_i 's/^#/!/' Xdefaults
+    # Use urxvt's pseudo-transparency if compton is not available. Better than
+    # nothing.
+    if ! installed compton; then
+        echo 'Xdefaults: no compton found, enabling pseudo-transparency'
+        sed_i 's/^Rxvt\*background/!&/' Xdefaults
+        sed_i 's/^!NO_COMPTON //' Xdefaults
+    fi
 
     if test ! "x`os`" = xdarwin; then
         link xinitrc ~/.xinitrc