]> git.rmz.io Git - dotfiles.git/blobdiff - xprofile
urxvt: add font-size plugin
[dotfiles.git] / xprofile
index c765ed90c00cad977bb28820c8b0e933cf32730d..9ab7d3ceea3c966e4988c7ee3b6d6d170d7d2cfc 100644 (file)
--- a/xprofile
+++ b/xprofile
@@ -1,6 +1,10 @@
 #!/usr/bin/env bash
 
-export URXVT_PERL_LIB="$HOME/src/dotfiles/urxvt/perls:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things"
+URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
+URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things
+URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/font-size
+export URXVT_PERL_LIB
+
 urxvtd -q -o &
 start-pulseaudio-x11
 compton --config ~/.config/compton.conf &