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
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $HOME/.xsessionrc ] ; then
|
if [ -f "${HOME}/.xsessionrc" ] ; then
|
||||||
. "$f"
|
. "${HOME}/.xsessionrc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue