diff --git a/.bashrc b/.bashrc index b8698f1..abe09c8 100644 --- a/.bashrc +++ b/.bashrc @@ -29,6 +29,8 @@ alias pf='pfetch' # env # # --- # +export PATH=/home/april/.local/bin:$PATH + export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export HISTFILE=~/.history diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index b08e303..280db5b 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -34,4 +34,4 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh & pgrep -x greenclip > /dev/null || greenclip daemon & -pgrep -x picom > /dev/null || picom --no-fading-openclose & +pkill picom && picom --no-fading-openclose &