On Fri, Jul 06, 2007 at 06:25:06PM +0100, martin f krafft wrote: > Hello, > > I am a very happy urxvt user, but on the occasion, I have to give > screen presentations and need a terminal with a larger font. > Obviously, I can start a new urxvt process with the -fn option, but > usually I am already half-way through my presentation when the > person in the last row wakes up and demands a larger font, then > I don't want to restart. > > I cannot figure out how to change the font size in urxvt on the fly. > Ideally, I'd be able to define 2-3 unicode fonts of different sizes > and have a key combination to toggle between them, but I cannot find > anything in the docs. > > Can someone please give me a clue (or state that this is not > possible)?
In .Xdefaults, I have: ! Bind C-0, C-+ and C-= to activate medium, big and small font size respectively. URxvt.font: xft:DejaVu Sans Mono:pixelsize=10,xft:Bitstream Vera Sans Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true URxvt.keysym.C-minus: command:\033]710;xft:DejaVu Sans Mono:pixelsize=10,xft:Bitstream Vera Sans Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true\007 URxvt.keysym.C-0: command:\033]710;xft:DejaVu Sans Mono:pixelsize=16,xft:Bitstream Vera Sans Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true\007 URxvt.keysym.C-equal: command:\033]710;xft:DejaVu Sans Mono:pixelsize=26,xft:Bitstream Vera Sans Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true\007 -- Trent Buck
signature.asc
Description: Digital signature
_______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
