dotfiles/xsession

16 lines
201 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
#
2021-12-02 09:57:09 +00:00
[ -f ~/.xprofile ] && . ~/.xprofile
if [ -f ~/.config/override_dm_choice ]
then
. ~/.config/xinitrc
else
. ~/.config/xinitrc $@
fi