diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-14 15:08:33 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-14 15:08:33 +0200 |
commit | 0568914f78b4f200dc537a91f7f2d10a89849b09 (patch) | |
tree | 9135d97fd1452eda596936275b9dde279f72428c /.bash_profile | |
parent | 823fcf5799d90cbefc8ba1cf50b04c7929cf47d9 (diff) |
Revert "Replaced startx with sx"
This reverts commit 57e9c5ff8a704d0ff1ac3b7236e9469fd011e892.
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 8c13f00..b5bfc10 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 sx +[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 [[ -f ~/.bashrc ]] && . ~/.bashrc |