From: Ismaƫl Bouya Date: Sat, 20 Oct 2018 16:21:56 +0000 (+0200) Subject: Fix logs redirection fo startx X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2Fdotdrop.git;a=commitdiff_plain;h=93e9300736f0b8e50aad6150e64e739c3439a11f Fix logs redirection fo startx --- 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 @@%}