#!/bin/bash

if [[ -f "${HOME}/.xinitrc" ]]; then
	source ${HOME}/.xinitrc
fi
