#!/bin/bash WM='fvwm2' WALLPAPER='media/bilder/wallpaper/wood_3.png' setxkbmap de neo xset +fp /usr/share/fonts/local xset fp rehash if [ -e /usr/bin/xrandr ]; then if [ $(hostname) = "galahad" ]; then xrandr --output LVDS1 --off --output VGA1 --auto fi fi if [ -e "$WALLPAPER" -a /usr/bin/feh]; then feh --bg-scale $WALLPAPER fi if [ -e /usr/bin/xscreensaver ]; then xscreensaver -no-splash & fi exec ssh-agent $WM