diff --git a/.bashrc b/.bashrc index 714d250..4913c13 100644 --- a/.bashrc +++ b/.bashrc @@ -253,3 +253,4 @@ colorscript random ### SETTING THE STARSHIP PROMPT ### eval "$(starship init bash)" +[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 2f389a1..6b90270 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -28,7 +28,7 @@ fi ### AUTOSTART PROGRAMS ### lxsession & -picom & +picom --daemon & /usr/bin/emacs --daemon & copyq & nm-applet &