#!/bin/sh

#
# ~/.xsession
#
# Sourced by display managers
#

[ -f ~/.xprofile ] && . ~/.xprofile
if [ -f ~/.config/override_dm_choice ]
then
    . ~/.config/xinitrc
else
    . ~/.config/xinitrc $@
fi