From e9acd7f6642f92b0f7f4ea35cad4e06807e89470 Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 26 Aug 2024 13:25:13 -0500 Subject: [PATCH] /+ debug info --- dots/xorg/.xinitrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dots/xorg/.xinitrc b/dots/xorg/.xinitrc index 758916f..f5375c0 100644 --- a/dots/xorg/.xinitrc +++ b/dots/xorg/.xinitrc @@ -17,6 +17,9 @@ fi if [ -f "$userresources" ]; then xrdb -merge "$userresources" + + # debug + date > /tmp/xinitrc.date.1 fi if [ -f "$usermodmap" ]; then @@ -32,6 +35,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +# debug +date > /tmp/xinitrc.date.2 + # start window manager if [ ${XWM} == "i3" ] ; then