From 3f37b4b49c8c47ba423b12a6f78e28a6a6db6bff Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 16 May 2019 14:44:52 +0200 Subject: [PATCH] urxvt: add font-size perl extension --- Xresources | 2 +- fetch-3rd-party.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index d8ada43..d40ea69 100644 --- a/Xresources +++ b/Xresources @@ -5,7 +5,7 @@ URxvt.background: black URxvt.letterSpace: -1 URxvt.scrollBar: off URxvt.saveLines: 10000 -URxvt.perl-ext-common: default,matcher +URxvt.perl-ext-common: default,matcher,font-size URxvt.url-launcher: /usr/bin/chromium URxvt.matcher.button: 1 URxvt*print-pipe: "true" diff --git a/fetch-3rd-party.sh b/fetch-3rd-party.sh index d96145b..e314ab0 100755 --- a/fetch-3rd-party.sh +++ b/fetch-3rd-party.sh @@ -30,7 +30,8 @@ fetch() { done } - +fetch urxvt-font-size https://github.com/majutsushi/urxvt-font-size +:: mkdir -p $HOME/.urxvt/ext && ln -sf $HOME/misc/urxvt-font-size/font-size $HOME/.urxvt/ext/ fetch barpyrus https://github.com/t-wissmann/barpyrus.git fetch wallpapers https://git.tpreisner.de/preisi/wallpapers.git fetch i3lock-fancy https://github.com/meskarune/i3lock-fancy.git lock