]> git.rmz.io Git - dotfiles.git/blob - xprofile.d/99-applications.sh
nvim: replace telescope with snacks.picker
[dotfiles.git] / xprofile.d / 99-applications.sh
1 if [[ "$TERMINAL" == "urxvtc" ]]; then
2 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things
3 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/font-size
4 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
5 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls/deprecated
6 export URXVT_PERL_LIB
7 urxvtd -q -o -f
8 fi
9
10 picom &
11 unclutter --timeout 1 &
12 xcape -e "Control_L=Escape;Control_R=Escape"