From: Amin Bandali Date: Wed, 29 Oct 2014 02:27:51 +0000 (-0400) Subject: urxvt chaging font size on the fly X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5cb147f1c3fa8f319ee81f111c6531e982e78e38?ds=sidebyside;hp=d6e35f6acad691d85d3d337bdff68be7d7927a29 urxvt chaging font size on the fly using https://aur.archlinux.org/packages/urxvt-font-size-git/ --- diff --git a/x/.Xresources b/x/.Xresources index e13979c..30db99f 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -8,7 +8,7 @@ URxvt.boldFont: xft:Source Code Pro for Powerline-9:bold;hinting=True;antialias: URxvt.letterSpace: -1 -URxvt.perl-ext-common: default,clipboard,url-select +URxvt.perl-ext-common: default,clipboard,url-select,font-size URxvt.url-select.launcher: firefox URxvt.url-select.underline: true URxvt.keysym.M-u: perl:url-select:select_next @@ -19,3 +19,11 @@ URxvt.keysym.C-A-V: perl:clipboard:paste_escaped !URxvt.iconFile: /usr/share/icons/Numix-Circle/scalable/apps/utilities-terminal.svg URxvt.iconFile: /home/amin/.icons/Moka/96x96/apps/utilities-terminal.png + +URxvt.keysym.C-Up: perl:font-size:increase +URxvt.keysym.C-Down: perl:font-size:decrease +!URxvt.keysym.C-S-Up: perl:font-size:incglobal +!URxvt.keysym.C-S-Down: perl:font-size:decglobal +!URxvt.iso14755: false +!URxvt.iso14755_52: false +