#!/bin/bash # Created by Red Hat Desktop Switcher if test -e "$HOME/.Xclients-$HOSTNAME$DISPLAY"; then exec $HOME/.Xclients-$HOSTNAME$DISPLAY else exec $HOME/.Xclients-default fi