summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@%}