summaryrefslogtreecommitdiffstats
path: root/xorg/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xinitrc')
-rwxr-xr-xxorg/xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc
index c9a4cf2..af1599c 100755
--- a/xorg/xinitrc
+++ b/xorg/xinitrc
@@ -1,7 +1,7 @@
#!/bin/bash
WM='fvwm2'
-WALLPAPER='media/bilder/wallpaper/wood_3.png'
+WALLPAPER='media/bilder/wallpaper/leaf.jpg'
setxkbmap de neo
xset +fp /usr/share/fonts/local
@@ -13,7 +13,7 @@ if [ -e /usr/bin/xrandr ]; then
fi
fi
-if [ -e "$WALLPAPER" -a /usr/bin/feh]; then
+if [ -e "$WALLPAPER" ] && [ -e /usr/bin/feh ]; then
feh --bg-scale $WALLPAPER
fi