From 93e9300736f0b8e50aad6150e64e739c3439a11f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 20 Oct 2018 18:21:56 +0200 Subject: [PATCH] Fix logs redirection fo startx --- dotfiles/shell_bash/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/shell_bash/bash_profile b/dotfiles/shell_bash/bash_profile index 4de837b..26c40b4 100644 --- a/dotfiles/shell_bash/bash_profile +++ b/dotfiles/shell_bash/bash_profile @@ -4,6 +4,6 @@ {%@@ if "graphical_vt" in features.get(profile, []) @@%} if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then - exec startx $XDG_CONFIG_HOME/xinitrc + exec startx $XDG_CONFIG_HOME/xinitrc > $XDG_STATE_HOME/xsession_errors 2>&1 fi {%@@ endif @@%} -- 2.41.0