/+ debug info

This commit is contained in:
committer
2024-08-26 13:25:13 -05:00
parent ad1e0dc752
commit e9acd7f664

View File

@@ -17,6 +17,9 @@ fi
if [ -f "$userresources" ]; then if [ -f "$userresources" ]; then
xrdb -merge "$userresources" xrdb -merge "$userresources"
# debug
date > /tmp/xinitrc.date.1
fi fi
if [ -f "$usermodmap" ]; then if [ -f "$usermodmap" ]; then
@@ -32,6 +35,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
# debug
date > /tmp/xinitrc.date.2
# start window manager # start window manager
if [ ${XWM} == "i3" ] ; then if [ ${XWM} == "i3" ] ; then