dotfiles/xsession

16 lines
201 B
Bash
Executable File

#!/bin/sh
#
# ~/.xsession
#
# Sourced by display managers
#
[ -f ~/.xprofile ] && . ~/.xprofile
if [ -f ~/.config/override_dm_choice ]
then
. ~/.config/xinitrc
else
. ~/.config/xinitrc $@
fi