From: Samir Benmendil Date: Wed, 29 Jan 2020 19:33:04 +0000 (+0000) Subject: xinit: reorder urxvtc calls to be closer to urxvtd X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/759aebe94bc758cd1b74738879f023859f9fff18 xinit: reorder urxvtc calls to be closer to urxvtd --- diff --git a/xinit/xprofile.d/99-applications.sh b/xinit/xprofile.d/99-applications.sh index 89731cc..91e909c 100755 --- a/xinit/xprofile.d/99-applications.sh +++ b/xinit/xprofile.d/99-applications.sh @@ -5,12 +5,12 @@ URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls/deprecated export URXVT_PERL_LIB urxvtd -q -o -f -compton --config ~/.config/compton.conf & -unclutter --timeout 1 & -xcape -e "Control_L=Escape;Control_R=Escape" - hash ncmpcpp && urxvtc -name ncmpcpp -icon ~/src/dotfiles/icons/bmp.png -e ncmpcpp hash weechat && urxvtc -name weechat -icon ~/src/dotfiles/icons/im-irc.png -e weechat hash neomutt && urxvtc -name mutt -icon ~/src/dotfiles/icons/internet-mail.png -e neomutt +compton --config ~/.config/compton.conf & +unclutter --timeout 1 & +xcape -e "Control_L=Escape;Control_R=Escape" + qutebrowser &