dotfiles/xsession

16 lines
179 B
Plaintext
Raw Normal View History

2016-12-31 00:35:13 +00:00
#!/bin/sh
#
# ~/.xsession
#
# Sourced by display managers
2016-12-31 00:35:13 +00:00
#
. ~/.xprofile
if [ -f ~/.config/override_dm_choice ]
then
. ~/.config/xinitrc
else
. ~/.config/xinitrc $@
fi