From 519090e629a0d2363cb4f6f19d3a399403ae7498 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 9 Apr 2020 17:22:30 -0500 Subject: [PATCH] Update .xinitrc --- .xinitrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.xinitrc b/.xinitrc index df60731b..ce6b44e0 100644 --- a/.xinitrc +++ b/.xinitrc @@ -7,9 +7,8 @@ # file runs automatically. [ -f ~/.xprofile ] && . ~/.xprofile -# [ -f ~/.profile ] && . ~/.profile -# Log to file in $HOME for debugging: -#exec i3 -V >> $HOME/i3log-$(date +'%F-%k-%M-%S') 2>&1 -# else: exec i3 + +# Debug i3 +#exec i3 -V >> $HOME/i3log-$(date +'%F-%k-%M-%S') 2>&1