X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=d60a2ec4acd26baf65647e3b133b7970326a1467;hb=f895e9f68214bc88d80f43bd3464b33e2fc97624;hp=3429ac1fdf7719607a850bcb884896be637a09a5;hpb=6eac57b4e14e0adc61e1c04dff037837420711ed;p=config%2Fdotfiles.git 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