]> git.rmz.io Git - dotfiles.git/commitdiff
xinit: reorder urxvtc calls to be closer to urxvtd
authorSamir Benmendil <me@rmz.io>
Wed, 29 Jan 2020 19:33:04 +0000 (19:33 +0000)
committerSamir Benmendil <me@rmz.io>
Thu, 30 Jan 2020 23:44:03 +0000 (23:44 +0000)
xinit/xprofile.d/99-applications.sh

index 89731cc608cda12332578a71761a28d78cf7eeeb..91e909c33942647ae41b81c0b1df38e1849e2273 100755 (executable)
@@ -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 &