Update things

This commit is contained in:
Eduard Tolosa 2019-02-16 00:34:40 -05:00
parent 7c4ac23080
commit 862f4902ef
58 changed files with 65 additions and 680 deletions

11
user-config/xinitrc Executable file
View file

@ -0,0 +1,11 @@
# 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