[submodule "awesome/widgets/pomodoro"]
path = awesome/widgets/pomodoro
url = git@github.com:ram-z/awesome-pomodoro
+[submodule "urxvt/font-size"]
+ path = urxvt/font-size
+ url = https://github.com/majutsushi/urxvt-font-size
URxvt.iso14755_52: false
! {{{1 Perl extensions
-URxvt.perl-ext-common: default,url-select,keyboard-select,autocomplete-ALL-the-things
+URxvt.perl-ext-common: default,url-select,keyboard-select,autocomplete-ALL-the-things,font-size
! {{{2 url-select
URxvt.keysym.C-F: perl:url-select:select_next
URxvt.url-select.button: 1
! {{{2 autocomplete-ALL-the-things
URxvt.keysym.C-S-ISO_Left_Tab: perl:aAtt:fuzzy-WORD-complete
URxvt.keysym.C-S-BackSpace: perl:aAtt:undo
+! {{{2 font-size
+URxvt.keysym.C-Up: font-size:increase
+URxvt.keysym.C-Down: font-size:decrease
+URxvt.font-size.step: 2
! {{{1 Colours
*.background: #000000
#!/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 &