summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-20 18:21:56 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-20 18:21:56 +0200
commit93e9300736f0b8e50aad6150e64e739c3439a11f (patch)
tree84e0ec627a3f321a1043c277c8538aeb4518c5cd
parent7ffbf559ee27d5f80a7e001cc6a61e41f606611d (diff)
downloaddotdrop-93e9300736f0b8e50aad6150e64e739c3439a11f.tar.gz
dotdrop-93e9300736f0b8e50aad6150e64e739c3439a11f.tar.zst
dotdrop-93e9300736f0b8e50aad6150e64e739c3439a11f.zip
Fix logs redirection fo startx
-rw-r--r--dotfiles/shell_bash/bash_profile2
1 files changed, 1 insertions, 1 deletions
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 @@
4 4
5{%@@ if "graphical_vt" in features.get(profile, []) @@%} 5{%@@ if "graphical_vt" in features.get(profile, []) @@%}
6if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then 6if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
7 exec startx $XDG_CONFIG_HOME/xinitrc 7 exec startx $XDG_CONFIG_HOME/xinitrc > $XDG_STATE_HOME/xsession_errors 2>&1
8fi 8fi
9{%@@ endif @@%} 9{%@@ endif @@%}