From 759aebe94bc758cd1b74738879f023859f9fff18 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 29 Jan 2020 19:33:04 +0000 Subject: [PATCH] xinit: reorder urxvtc calls to be closer to urxvtd --- xinit/xprofile.d/99-applications.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 & -- 2.48.1