From 8a9ae45d3a205c75350cb0f3e18a85e026a9fee3 Mon Sep 17 00:00:00 2001 From: azpsen Date: Tue, 30 Jan 2024 12:59:11 -0600 Subject: [PATCH] env and compositor fixes --- .bashrc | 2 ++ .config/bspwm/bspwmrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 &