]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: Fix indentation.
authorSimon Ruderich <simon@ruderich.org>
Tue, 17 May 2011 11:32:04 +0000 (13:32 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 17 May 2011 11:32:04 +0000 (13:32 +0200)
xinitrc

diff --git a/xinitrc b/xinitrc
index 3429ac1fdf7719607a850bcb884896be637a09a5..d60a2ec4acd26baf65647e3b133b7970326a1467 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -19,11 +19,11 @@ if [ -f ~/.background ]; then
     # But not on slow machines in the university.
     HOSTNAME=`hostname`
     if [ "x`echo $HOSTNAME | grep faui0sr`" = x ]; then
-    if [ -x /usr/bin/hsetroot ]; then
-        hsetroot -full ~/.background
-    elif [ -x /usr/bin/feh ]; then
-        feh --bg-scale ~/.background
-    fi
+        if [ -x /usr/bin/hsetroot ]; then
+            hsetroot -full ~/.background
+        elif [ -x /usr/bin/feh ]; then
+            feh --bg-scale ~/.background
+        fi
     fi
 fi