]> git.rmz.io Git - dotfiles.git/blob - xinit/xprofile.d/99-applications.sh
zsh/prompt: don't try to populate git prompt if not in git repo
[dotfiles.git] / xinit / xprofile.d / 99-applications.sh
1 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things
2 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/font-size
3 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
4 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls/deprecated
5 export URXVT_PERL_LIB
6
7 [[ "$TERMINAL" == "urxvtc" ]] && urxvtd -q -o -f
8 picom &
9 unclutter --timeout 1 &
10 xcape -e "Control_L=Escape;Control_R=Escape"