linuxscripts/xinitrc
2019-02-03 18:21:13 -05:00

11 lines
224 B
Text
Executable file

# It's the configuration file for xorg-xinit (startx)
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# Execute i3wm
exec i3