]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - X/.xinitrc
Use urxvt with native transparency
[max/dotfiles.git] / X / .xinitrc
index 2f7d505f4dac1d68f2396da0a37f093eef28febd..2521a8889d8a03d308c3594994636913810480d9 100644 (file)
@@ -80,4 +80,16 @@ esac
 
 cat ~/.ratpoisonrc.base ~/.ratpoisonrc.$HOSTNAME > ~/.ratpoisonrc
 
-exec /usr/bin/ratpoison
+# run xcreensaver
+if [ -x $(which xscreensaver) ]; then
+       xscreensaver&
+fi
+
+case $HOSTNAME in
+        magnesium)
+          exec i3
+          ;;
+        *)
+          exec ratpoison
+          ;;
+esac