diff --git a/home/.profile b/home/.profile
index b31ad800c59d045ede102331cb8e87f689366dbe..8cc09c2f4a63cecc584a542c4bd0ca7440d84d62 100755
--- a/home/.profile
+++ b/home/.profile
@@ -47,7 +47,11 @@ fi
 # plugins like screenreaders.
 export NO_AT_BRIDGE=1
 
-[ -f "$SYNCDIR"/host-config/"$(hostname)"-profile.sh ] && . "$SYNCDIR"/host-config/"$(hostname)"-profile.sh
+if [ -f "$SYNCDIR"/host-config/"$(hostname)"-profile.sh ] ; then
+    . "$SYNCDIR"/host-config/"$(hostname)"-profile.sh
+else
+    . "$SYNCDIR"/host-config/fallback-profile.sh
+fi
 
 # Numlock on
 setleds -D +num &
@@ -63,10 +67,6 @@ if [ "$DISPLAY" ]; then
     # Justera tangentbordslayout
     setxkbmap -variant nodeadkeys -option caps:ctrl_modifier
 
-    # Bakgrundsbild
-    feh --bg-fill "https://wrya.net/services/wallpaper/4chan.php" || \
-        xsetroot -solid "#99ccff" &
-
     # Pekare
     xsetroot -cursor_name left_ptr &