From 77f4ff43b8c98f1480cdcb0103980ff030cec156 Mon Sep 17 00:00:00 2001 From: Mateja Date: Tue, 1 Sep 2020 16:20:40 +0200 Subject: Nord theme for Termite. Qtile autostart. bash_profile don't force startx. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') 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 -- cgit v1.2.3