@@ -23,5 +23,7 @@ case ${LAYOUT} in
[[ -e ~/.screenlayout/${LAYOUT}.sh-after ]] && \
sh ~/.screenlayout/${LAYOUT}.sh-after
echo Switched to ${LAYOUT} layout
+ else
+ echo "${LAYOUT} not available"
fi
esac