From d6c963306d2124a864e62f20aef850302feb327a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 16 Sep 2010 21:33:37 +0200 Subject: [PATCH] cleanup Signed-off-by: Nico Schottelius --- blog/urxvt-change-font-dynamically.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/urxvt-change-font-dynamically.mdwn b/blog/urxvt-change-font-dynamically.mdwn index 63f529fd..b0b0c5d1 100644 --- a/blog/urxvt-change-font-dynamically.mdwn +++ b/blog/urxvt-change-font-dynamically.mdwn @@ -4,11 +4,11 @@ After [[I had a look at some fonts for terminal emulators|published-xorg-termina I chose some of the fonts to be used for my terminal. [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) has excellent support for dynamic font changes, as described -in the [urxvt faq](http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#Rendering_Font_amp_Look_and_Feel_Iss). +in the [urxvt faq](http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#Can_I_switch_the_fonts_at_runtime). I decided to write a tiny script around the printf call named [urxvt-font-change](http://git.schottelius.org/?p=nsbin;a=commit;h=c0e8fa882655867abf5f6359bdff9498c02bf717). -This resulted in a clean [.Xresources|configs/dot-Xresources] file, which allows me to change the font +This resulted in a clean [[.Xresources|configs/dot-Xresources]] file, which allows me to change the font using ***Control-Alt-{1-6,0}***. [[!tag unix]]