Revamped xsession

Now supports Junest and should be better integrated with DM
This commit is contained in:
Geoffrey Frogeye 2021-06-11 21:38:47 +02:00
parent 46abb5f07a
commit 45e32adc61
2 changed files with 76 additions and 45 deletions

View file

@ -4,8 +4,6 @@
#
# Executed by xinit (startx)
echo ~/.xinitrc
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"