env and compositor fixes

This commit is contained in:
azpsen 2024-01-30 12:59:11 -06:00
parent d9c41ca937
commit 8a9ae45d3a
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ alias pf='pfetch'
# env # # env #
# --- # # --- #
export PATH=/home/april/.local/bin:$PATH
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export HISTFILE=~/.history export HISTFILE=~/.history

View File

@ -34,4 +34,4 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
pgrep -x greenclip > /dev/null || greenclip daemon & pgrep -x greenclip > /dev/null || greenclip daemon &
pgrep -x picom > /dev/null || picom --no-fading-openclose & pkill picom && picom --no-fading-openclose &