Fix broken xinitrc
This commit is contained in:
parent
326a19954b
commit
23af049299
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
if [ -f $HOME/.xsessionrc ] ; then
|
||||
. "$f"
|
||||
if [ -f "${HOME}/.xsessionrc" ] ; then
|
||||
. "${HOME}/.xsessionrc"
|
||||
fi
|
||||
|
||||
exec i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue