diff options
author | Mateja <mail@matejamaric.com> | 2020-09-01 16:20:40 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-09-01 16:20:40 +0200 |
commit | 77f4ff43b8c98f1480cdcb0103980ff030cec156 (patch) | |
tree | ab79ed2b8682649a9ae757f00b417b42880b3089 /.bash_profile | |
parent | d91f16a96662b559893b049840e8599847877c33 (diff) | |
download | dotfiles-77f4ff43b8c98f1480cdcb0103980ff030cec156.tar.gz dotfiles-77f4ff43b8c98f1480cdcb0103980ff030cec156.zip |
Nord theme for Termite. Qtile autostart. bash_profile don't force startx.
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 24aa5a0..acb50cc 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,5 +5,5 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then - exec startx + startx fi |