aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-09-01 16:20:40 +0200
committerMateja <mail@matejamaric.com>2020-09-01 16:20:40 +0200
commit77f4ff43b8c98f1480cdcb0103980ff030cec156 (patch)
treeab79ed2b8682649a9ae757f00b417b42880b3089 /.bash_profile
parentd91f16a96662b559893b049840e8599847877c33 (diff)
downloaddotfiles-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_profile2
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