X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2Fdotdrop.git;a=blobdiff_plain;f=dotfiles%2Fshell_bash%2Fbash_profile;fp=dotfiles%2Fshell_bash%2Fbash_profile;h=26c40b453ba06e8e3a232711092af8f1ac8bafb6;hp=4de837bc8a1ff68e47267bd4995bd465610292b9;hb=93e9300736f0b8e50aad6150e64e739c3439a11f;hpb=7ffbf559ee27d5f80a7e001cc6a61e41f606611d 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 @@%}