summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2022-05-16 20:48:05 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-05-16 20:48:05 +0200
commitd338645b29bc67d96f935b776650917c5beb7adb (patch)
tree8fbafefb40fef83664395512248b6bf8b195cb81 /.bash_profile
parent0568914f78b4f200dc537a91f7f2d10a89849b09 (diff)
switched back to startx but with silent login
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index b5bfc10..c008a54 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -28,5 +28,5 @@ export CM_SELECTIONS=clipboard
export CM_DIR=/tmp
export PF_INFO="ascii title os kernel uptime pkgs memory"
-[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1
+[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 &> /dev/null
[[ -f ~/.bashrc ]] && . ~/.bashrc