]> git.rmz.io Git - dotfiles.git/blobdiff - xinit/xprofile.d/99-applications.sh
qutebrowser: bind gl/gr to move between tabs
[dotfiles.git] / xinit / xprofile.d / 99-applications.sh
index 89731cc608cda12332578a71761a28d78cf7eeeb..b0bc270d8b1c6cd03a6439802a24b9c9e219eb6e 100755 (executable)
@@ -4,13 +4,7 @@ URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
 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 &
+[[ "$TERMINAL" == "urxvtc" ]] && urxvtd -q -o -f
+picom &
 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
-
-qutebrowser &