summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2022-04-23 23:28:30 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-04-23 23:28:30 +0200
commit57e9c5ff8a704d0ff1ac3b7236e9469fd011e892 (patch)
tree71f2c27fcbbc3a29f6658528877a7c8fd9525b7a /.bash_profile
parent59f717e666b07f49a505ba8314fc7c1bebf5adc4 (diff)
Replaced startx with sx
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 17b4779..86a361b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -27,5 +27,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 sx "$XDG_CONFIG_HOME/X11/xinitrc"
[[ -f ~/.bashrc ]] && . ~/.bashrc