From f895e9f68214bc88d80f43bd3464b33e2fc97624 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 17 May 2011 13:32:04 +0200 Subject: [PATCH] xinitrc: Fix indentation. --- xinitrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xinitrc b/xinitrc index 3429ac1..d60a2ec 100755 --- 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 -- 2.44.1