]> git.rmz.io Git - dotfiles.git/blob - xinit/xprofile.d/99-applications.sh
xinit: move application start last
[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 urxvtd -q -o &
8 compton --config ~/.config/compton.conf &
9 unclutter --timeout 1 &
10 xcape -e "Control_L=Escape;Control_R=Escape"
11
12 hash ncmpcpp && urxvtc -name ncmpcpp -icon ~/src/dotfiles/icons/bmp.png -e ncmpcpp
13 hash weechat && urxvtc -name weechat -icon ~/src/dotfiles/icons/im-irc.png -e weechat
14 hash neomutt && urxvtc -name mutt -icon ~/src/dotfiles/icons/internet-mail.png -e neomutt
15
16 qutebrowser &